Skip to content

Commit d6d01aa

Browse files
authored
Consistent comment format for test description
1 parent b72fb1c commit d6d01aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Parse/raw_string.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ _ = ##"""
7070

7171
// ===---------- False Multiline Delimiters --------===
7272

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]"`
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]"`
7575
/// Use this test when implementating `diagnoseZeroWidthMatchAndAdvance`.
7676
/// See https://bugs.swift.org/browse/SR-8678
7777
_ = #"​"​"#

0 commit comments

Comments
 (0)