We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed34e2 commit b058030Copy full SHA for b058030
test/decodequery.c
@@ -22,5 +22,6 @@ char *execute(const char *input) {
22
}
23
int main() {
24
assert(strcmp(execute("a+b"),"a b") == 0);
25
+ assert(strcmp(execute("a+ b"),"a b") == 0);
26
return 0;
27
0 commit comments