We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf2c75 commit bed34e2Copy full SHA for bed34e2
test/decodequery.c
@@ -21,5 +21,6 @@ char *execute(const char *input) {
21
return temp;
22
}
23
int main() {
24
+ assert(strcmp(execute("a+b"),"a b") == 0);
25
return 0;
26
0 commit comments