Skip to content

Commit

Permalink
Merge pull request #997 from xexyl/json
Browse files Browse the repository at this point in the history
Sync jparse/ again
  • Loading branch information
lcn2 authored Oct 8, 2024
2 parents 0de7498 + 5f8c67e commit faa20da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions jparse/jstrdecode.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,9 +315,6 @@ main(int argc, char **argv)
print("%s: Beginning jencchk test of the byte2asciistr table...\n", program);
jencchk();
print("%s: ... passed byte2asciistr table test\n", program);
print("%s: Beginning tests of JSON decode/encode functionality ...\n", program);
print("%s: XXX - JSON encode/decode tests not yet written - XXX\n", program);
print("%s: ... passed JSON encode/decode tests\n", program);
exit(0); /*ooo*/
not_reached();
break;
Expand Down
3 changes: 0 additions & 3 deletions jparse/jstrencode.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,9 +379,6 @@ main(int argc, char **argv)
print("%s: Beginning jencchk test of the byte2asciistr table...\n", program);
jencchk();
print("%s: ... passed byte2asciistr table test\n", program);
print("%s: Beginning tests of JSON decode/encode functionality ...\n", program);
print("%s: XXX - JSON encode/decode tests not yet written - XXX\n", program);
print("%s: ... passed JSON encode/decode tests\n", program);
exit(0); /*ooo*/
not_reached();
break;
Expand Down

0 comments on commit faa20da

Please sign in to comment.