summaryrefslogtreecommitdiff
path: root/tests/itjs.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/itjs.t')
-rwxr-xr-xtests/itjs.t6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/itjs.t b/tests/itjs.t
index f616ced..4fcc9b4 100755
--- a/tests/itjs.t
+++ b/tests/itjs.t
@@ -47,4 +47,8 @@ is(
'keywords'
);
-?>
+is(
+ itjs::serialize(array("foo'foo" => "bar")),
+ "{'foo\'foo':\"bar\"}",
+ "quote ' in keys",
+);