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 b72fb1c commit d6d01aaCopy full SHA for d6d01aa
test/Parse/raw_string.swift
@@ -70,8 +70,8 @@ _ = ##"""
70
71
// ===---------- False Multiline Delimiters --------===
72
73
-/// Source code contains zero-width character in this format `#"[U+200B]"[U+200B]"#`
74
-/// The check contains the zero-width character in this format: `"[U+200B]\"[U+200B]"`
+/// Source code contains zero-width character in this format: `#"[U+200B]"[U+200B]"#`
+/// The check contains zero-width character in this format: `"[U+200B]\"[U+200B]"`
75
/// Use this test when implementating `diagnoseZeroWidthMatchAndAdvance`.
76
/// See https://bugs.swift.org/browse/SR-8678
77
_ = #"""#
0 commit comments