mirror of
https://github.com/bellard/quickjs.git
synced 2025-09-30 15:04:24 +03:00
improved JSON parser conformity (chqrlie) (#250)
This commit is contained in:
@@ -596,7 +596,7 @@ function test_json()
|
||||
]
|
||||
]`);
|
||||
|
||||
assert_json_error('\n" @\\x"');
|
||||
assert_json_error('\n" \\@x"');
|
||||
assert_json_error('\n{ "a": @x }"');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user