Fix unintentionally disabled test

This commit is contained in:
2025-05-21 14:06:43 -04:00
parent bde83c0b15
commit c261b64620

View File

@@ -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("\"\\\"\"", "\"");