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 d6d01aa commit 75eed47Copy full SHA for 75eed47
test/Parse/raw_string.swift
@@ -72,7 +72,10 @@ _ = ##"""
72
73
/// Source code contains zero-width character in this format: `#"[U+200B]"[U+200B]"#`
74
/// The check contains zero-width character in this format: `"[U+200B]\"[U+200B]"`
75
-/// Use this test when implementating `diagnoseZeroWidthMatchAndAdvance`.
+/// If this check fails after you implement `diagnoseZeroWidthMatchAndAdvance`,
76
+/// then you may need to tweak how to test for single-line string literals that
77
+/// resemble a multiline delimiter in `advanceIfMultilineDelimiter` so that it
78
+/// passes again.
79
/// See https://bugs.swift.org/browse/SR-8678
80
_ = #"""#
81
// CHECK: "\""
0 commit comments