Skip to content

Commit

Permalink
Fix pure parser with unclosed arrays / objects [Fix #314]
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre authored and hsbt committed Sep 25, 2020
1 parent 927a377 commit e30d1b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/json/fixtures/fail29.json
@@ -0,0 +1 @@
{
1 change: 1 addition & 0 deletions test/json/fixtures/fail30.json
@@ -0,0 +1 @@
[
1 change: 1 addition & 0 deletions test/json/fixtures/fail31.json
@@ -0,0 +1 @@
[1, 2, 3,
1 change: 1 addition & 0 deletions test/json/fixtures/fail32.json
@@ -0,0 +1 @@
{"foo": "bar"

0 comments on commit e30d1b0

Please sign in to comment.