summaryrefslogtreecommitdiff
path: root/jcnf/yajl/cases/string_with_escapes.json.gold
diff options
context:
space:
mode:
Diffstat (limited to 'jcnf/yajl/cases/string_with_escapes.json.gold')
-rw-r--r--jcnf/yajl/cases/string_with_escapes.json.gold6
1 files changed, 6 insertions, 0 deletions
diff --git a/jcnf/yajl/cases/string_with_escapes.json.gold b/jcnf/yajl/cases/string_with_escapes.json.gold
new file mode 100644
index 0000000..ac878a2
--- /dev/null
+++ b/jcnf/yajl/cases/string_with_escapes.json.gold
@@ -0,0 +1,6 @@
+array open '['
+string: '
+ foo / bar \￿ "\'
+string: '"and this string has an escape at the beginning'
+string: 'and this string has no escapes'
+array close ']'