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"}.