File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -123,5 +123,6 @@ CONFUSABLE(0x276f, 0x3e)
123123CONFUSABLE(0x2c3, 0x3e)
124124CONFUSABLE(0x1d237, 0x3e)
125125CONFUSABLE(0x1433, 0x3e)
126+ CONFUSABLE(0x037e, 0x3b)
126127
127128#undef CONFUSABLE
Original file line number Diff line number Diff line change @@ -22,3 +22,9 @@ if (5 ‒ 5) == 0 {} // expected-note {{unicode character '‒' looks similar to
2222// expected-note @-1 {{operator function '=='}}
2323
2424// FIXME(rdar://61028087): The above note should read "required by referencing operator function '==' on 'BinaryInteger' where 'Self' = '(Int, Int)'".
25+
26+ // GREEK QUESTION MARK (which looks like a semicolon)
27+ print ( " A " ) ; print( " B " )
28+ // expected-error@-1 2{{consecutive statements on a line must be separated by ';'}}
29+ // expected-error@-2 {{cannot find ';' in scope}}
30+ // expected-note@-3 {{identifier ';' contains possibly confused characters; did you mean to use ';'?}} {{11-13=;}}
You can’t perform that action at this time.
0 commit comments