From c261b64620f88ecb71431935b91df98147c6c036 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Wed, 21 May 2025 14:06:43 -0400 Subject: [PATCH] Fix unintentionally disabled test --- src/test.cpp | 1 - 1 file changed, 1 deletion(-) 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("\"\\\"\"", "\"");