We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e5186 commit 2dabc52Copy full SHA for 2dabc52
tests/yup_core/yup_String.cpp
@@ -764,7 +764,7 @@ TEST_F (StringTests, StringReversing)
764
EXPECT_EQ (String().reversed(), String());
765
EXPECT_EQ (String ("12345").reversed(), String ("54321"));
766
767
-#if 1 // ! YUP_WINDOWS
+#if ! YUP_WINDOWS
768
// Test with Unicode characters - this is the critical test for UTF-8 handling
769
String unicode_str (L"café");
770
String reversed_unicode = unicode_str.reversed();
0 commit comments