Skip to content

Commit

Permalink
test: fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
JaDogg committed Dec 16, 2023
1 parent 25658f3 commit 9d01704
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30467,7 +30467,7 @@
["output.c",3622,5,"return","KEYWORD_RETURN"],
["output.c",3622,12,"yk__sdsnewlen","NAME"],
["output.c",3622,25,"(","PAREN_OPEN"],
["output.c",3622,27,"0.0.4","STRING"],
["output.c",3622,27,"0.0.5","STRING"],
["output.c",3622,33,",","COMMA"],
["output.c",3622,35,"5","INTEGER_DECIMAL"],
["output.c",3622,36,")","PAREN_CLOSE"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3620,7 +3620,7 @@ yk__sds yy__os_which(yk__sds yy__os_binary)
}
yk__sds yy__libs_version()
{
return yk__sdsnewlen("0.0.4", 5);
return yk__sdsnewlen("0.0.5", 5);
}
void yy__print_banner()
{
Expand Down

0 comments on commit 9d01704

Please sign in to comment.