summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorlloydh <lloydh@e775cfb5-b74b-0410-aad5-5bebe4a96390>2007-07-25 06:59:38 +0000
committerlloydh <lloydh@e775cfb5-b74b-0410-aad5-5bebe4a96390>2007-07-25 06:59:38 +0000
commite73ed52cac70926ec50418ae956bbb628613e2b7 (patch)
tree8983675b59c1df3561b9d7c7efe312cce994622c /test
parentf4f23d8f42e781bc11a184fe5fcfc5b30ff73653 (diff)
downloadyajl-e73ed52cac70926ec50418ae956bbb628613e2b7.tar.gz
add missing test file for erroring out for comments when disabled.
git-svn-id: http://yajl-c.googlecode.com/svn/yajl/trunk@64 e775cfb5-b74b-0410-aad5-5bebe4a96390
Diffstat (limited to 'test')
-rw-r--r--test/cases/dc_simple_with_comments.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/cases/dc_simple_with_comments.json b/test/cases/dc_simple_with_comments.json
new file mode 100644
index 0000000..3b79bba
--- /dev/null
+++ b/test/cases/dc_simple_with_comments.json
@@ -0,0 +1,11 @@
+{
+ "this": "is", // ignore this
+ "really": "simple",
+ /* ignore
+this
+too * /
+** //
+(/
+******/
+ "json": "right?"
+}