improved JSON parser conformity (chqrlie) (#250)

This commit is contained in:
Fabrice Bellard
2025-05-19 17:23:25 +02:00
parent aaa9cea6a8
commit 9bce51eefd
5 changed files with 152 additions and 31 deletions

View File

@@ -596,7 +596,7 @@ function test_json()
]
]`);
assert_json_error('\n" @\\x"');
assert_json_error('\n" \\@x"');
assert_json_error('\n{ "a": @x }"');
}