File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -330,3 +330,23 @@ Version control conflict marker at - line 1, near "<<<<<<<"
330
330
Version control conflict marker at - line 3, near "======="
331
331
Version control conflict marker at - line 5, near ">>>>>>>"
332
332
Execution of - aborted due to compilation errors.
333
+ ########
334
+ # NAME (Might be a runaway multi-line...) with Latin-1 delimiters in utf8
335
+ BEGIN { binmode STDERR, ':utf8' }
336
+ use utf8;
337
+ q«
338
+ « time
339
+ EXPECT
340
+ syntax error at - line 4, near "« time"
341
+ (Might be a runaway multi-line «« string starting on line 3)
342
+ Execution of - aborted due to compilation errors.
343
+ ########
344
+ # NAME (Might be a runaway multi-line...) with non-Latin-1 delimiters
345
+ BEGIN { binmode STDERR, ':utf8' }
346
+ use utf8;
347
+ q ϡ
348
+ ϡ time
349
+ EXPECT
350
+ syntax error at - line 4, near "ϡ time"
351
+ (Might be a runaway multi-line ϡϡ string starting on line 3)
352
+ Execution of - aborted due to compilation errors.
You can’t perform that action at this time.
0 commit comments