added a JSON encoder test case

This commit is contained in:
Jocelyn Fiat
2012-02-13 14:38:13 +01:00
parent 040c1d1c10
commit 537bd8241f

View File

@@ -20,7 +20,7 @@ feature -- Test routines
testing: "json-encoded" testing: "json-encoded"
do do
test_json_encoded_encoding ({STRING_32}"il était une fois %"Ni & Hao%" (你好) \a\b\c") test_json_encoded_encoding ({STRING_32}"il était une fois %"Ni & Hao%" (你好) \a\b\c")
test_json_encoded_encoding ({STRING_32}" `abc ") test_json_encoded_encoding ({STRING_32}" it's `abc ")
end end
test_json_encoded_encoding (s: STRING_32) test_json_encoded_encoding (s: STRING_32)