Fix unintentionally disabled test
This commit is contained in:
@@ -244,7 +244,6 @@ void testUnescapingUtf8(std::string const &escaped,
|
|||||||
TEST_CASE("unescaping utf-8") {
|
TEST_CASE("unescaping utf-8") {
|
||||||
// 4 byte encoding (utf-16 surrogate pair)
|
// 4 byte encoding (utf-16 surrogate pair)
|
||||||
testUnescapingUtf8("\"\\ud801\\udc37\"", "𐐷");
|
testUnescapingUtf8("\"\\ud801\\udc37\"", "𐐷");
|
||||||
return;
|
|
||||||
|
|
||||||
// Basic
|
// Basic
|
||||||
testUnescapingUtf8("\"\\\"\"", "\"");
|
testUnescapingUtf8("\"\\\"\"", "\"");
|
||||||
|
|||||||
Reference in New Issue
Block a user