From 4bf86a8d06bb649835c8e9bb795b785c1434e763 Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Tue, 27 Mar 2012 16:28:37 -0700 Subject: [PATCH] add empty string test --- priv/test_cases/empty_string.json | 1 + priv/test_cases/empty_string.test | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 priv/test_cases/empty_string.json create mode 100644 priv/test_cases/empty_string.test diff --git a/priv/test_cases/empty_string.json b/priv/test_cases/empty_string.json new file mode 100644 index 0000000..3cc762b --- /dev/null +++ b/priv/test_cases/empty_string.json @@ -0,0 +1 @@ +"" \ No newline at end of file diff --git a/priv/test_cases/empty_string.test b/priv/test_cases/empty_string.test new file mode 100644 index 0000000..c6faf71 --- /dev/null +++ b/priv/test_cases/empty_string.test @@ -0,0 +1,3 @@ +{name, "empty_string"}. +{jsx, [{string, <<>>},end_json]}. +{json, "empty_string.json"}.