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 6c1c38c commit e51fb9bCopy full SHA for e51fb9b
TestFoundation/TestNSString.swift
@@ -1238,7 +1238,14 @@ let comparisonTests = [
1238
// ASCII cases
1239
ComparisonTest("t", "tt"),
1240
ComparisonTest("t", "Tt"),
1241
- ComparisonTest("\u{0}", ""),
+ ComparisonTest("\u{0}", "",
1242
+ reason: {
1243
+#if _runtime(_ObjC)
1244
+ return ""
1245
+#else
1246
+ return "https://bugs.swift.org/browse/SR-332"
1247
+#endif
1248
+ }()),
1249
ComparisonTest("\u{0}", "\u{0}",
1250
reason: "https://bugs.swift.org/browse/SR-332"),
1251
ComparisonTest("\r\n", "t"),
0 commit comments