Fix pure parser with unclosed arrays / objects [Fix #314]
This commit is contained in:
parent
927a377a7c
commit
e30d1b0923
Notes:
git
2020-09-25 17:29:09 +09:00
1
test/json/fixtures/fail29.json
Normal file
1
test/json/fixtures/fail29.json
Normal file
@ -0,0 +1 @@
|
||||
{
|
1
test/json/fixtures/fail30.json
Normal file
1
test/json/fixtures/fail30.json
Normal file
@ -0,0 +1 @@
|
||||
[
|
1
test/json/fixtures/fail31.json
Normal file
1
test/json/fixtures/fail31.json
Normal file
@ -0,0 +1 @@
|
||||
[1, 2, 3,
|
1
test/json/fixtures/fail32.json
Normal file
1
test/json/fixtures/fail32.json
Normal file
@ -0,0 +1 @@
|
||||
{"foo": "bar"
|
Loading…
x
Reference in New Issue
Block a user