File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ for @files -> $fn {
78
78
todo ($ m [0 ], 1 );
79
79
}
80
80
else {
81
- next if $ l ~~ /^ \s * \ # | ^\s*$ /;
81
+ next if $ l ~~ /^ \s * '#' | ^ \s * $ /;
82
82
test_line($ l );
83
83
$ tests := $ tests + 1 ;
84
84
}
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ for @files -> $fn {
85
85
todo ($ m [0 ], 1 );
86
86
}
87
87
else {
88
- next if $ l ~~ /^ \s * \ # | ^\s*$ /;
88
+ next if $ l ~~ /^ \s * '#' | ^ \s * $ /;
89
89
test_line($ l );
90
90
$ tests := $ tests + 1 ;
91
91
}
Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ def\z abc\ndef <Unsupported> retired metachars (\z)
66
66
abc # def abc#def y comments (#)
67
67
abc # xyz abc#def y comments (#)
68
68
abc # def \n \$ abc#def y comments (#)
69
- abc \# def abc#def y comments (#)
70
- abc \# xyz abc#def n comments (#)
71
- ^ abc \# def $ abc#def y comments (#)
69
+ abc '#' def abc#def y comments (#)
70
+ abc '#' xyz abc#def n comments (#)
71
+ ^ abc '#' def $ abc#def y comments (#)
72
72
^^ abc \n ^^ def abc\ndef y line beginnings and endings (^^)
73
73
# todo :pugs<feature>
74
74
^^ abc \n ^^ def \n ^^ abc\ndef\n n line beginnings and endings (^^)
You can’t perform that action at this time.
0 commit comments