2 lines
96 B
ChaiScript
2 lines
96 B
ChaiScript
assert_equal(from_json("\"This is a\\n\\nMultiline string\""), "This is a\n\nMultiline string")
|