diff --git a/src/test.cpp b/src/test.cpp index a4b80ce..a6680d3 100644 --- a/src/test.cpp +++ b/src/test.cpp @@ -244,7 +244,6 @@ void testUnescapingUtf8(std::string const &escaped, TEST_CASE("unescaping utf-8") { // 4 byte encoding (utf-16 surrogate pair) testUnescapingUtf8("\"\\ud801\\udc37\"", "𐐷"); - return; // Basic testUnescapingUtf8("\"\\\"\"", "\"");