mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
4 changed files with 4 additions and 0 deletions
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…
Add table
Reference in a new issue