Skip to content

Commit b058030

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/decodequery.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ char *execute(const char *input) {
2222
}
2323
int main() {
2424
assert(strcmp(execute("a+b"),"a b") == 0);
25+
assert(strcmp(execute("a+ b"),"a b") == 0);
2526
return 0;
2627
}

0 commit comments

Comments
 (0)