Closed moleike closed 4 years ago
std.manifestJson("foo\nbar") should return the following escaped string "\"foo\\nbar\""
std.manifestJson("foo\nbar")
"\"foo\\nbar\""
Fixed in 7e3d3e4574efd4c354c3b2b342752738e62bfb72
std.manifestJson("foo\nbar")
should return the following escaped string"\"foo\\nbar\""