Skip to content

Commit bed34e2

Browse files
authored
Update decodequery.c
1 parent edf2c75 commit bed34e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/decodequery.c

+1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ char *execute(const char *input) {
2121
return temp;
2222
}
2323
int main() {
24+
assert(strcmp(execute("a+b"),"a b") == 0);
2425
return 0;
2526
}

0 commit comments

Comments
 (0)