Skip to content

Commit

Permalink
add test for json embedded within a string
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictarr committed Jul 27, 2013
1 parent 89f6240 commit 95fb0fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/valid/embedded.json
@@ -0,0 +1 @@
{"foo": "{\"foo\":\"bar\"}"}
2 changes: 2 additions & 0 deletions test/valid/embedded.parsed
@@ -0,0 +1,2 @@
["foo"] "{\"foo\":\"bar\"}"
[] {"foo":"{\"foo\":\"bar\"}"}

0 comments on commit 95fb0fc

Please sign in to comment.