This commit is contained in:
2023-08-13 23:30:26 +02:00
parent 4e69c748f1
commit 3b04af698f
26 changed files with 10601 additions and 75 deletions

View File

@@ -42,7 +42,10 @@ int main(void) {
cfparser_destroy(&parser);
cflexer_destroy(&lexer);
printf("id = %d\n", id);
MASSERT(id == -123);
MASSERT(strcmp(name, "qwerty\"567") == 0);
printf("id = %ld\n", id);
printf("name = %s\n", name);
return 0;