Skip to content

Commit 380370c

Browse files
committed
Unfudged tests now passing thanks to Mouq++'s work
1 parent d20823e commit 380370c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

S05-mass/rx.t

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,6 @@ ok 'bcd' ~~ /<[a..d]>+ & <[c..e]>+/, 'conjunction (&)';
995995
eval_dies_ok '/b&/', 'conjunction (&) - null right arg illegal';
996996

997997
#### &b bcd /rule error/ conjunction (&) - null left arg legal
998-
#?rakudo todo 'infix:<S&>'
999998
#?niecza todo ''
1000999
#?pugs todo
10011000
eval_lives_ok '/&b/', 'conjunction (&) - null left arg legal';
@@ -1038,7 +1037,6 @@ ok 'abc' ~~ /|d |b/, 'leading alternation ignored';
10381037
ok 'abc' ~~ / | d | b/, 'leading alternation ignored';
10391038

10401039
#### b | | d abc n null pattern invalid
1041-
#?rakudo todo 'nom regression'
10421040
#?pugs todo
10431041
eval_dies_ok '/ b | | d/', 'null pattern invalid';
10441042

@@ -2939,7 +2937,6 @@ eval_dies_ok '//', '';
29392937
#?pugs todo
29402938
eval_dies_ok '/ /', 'ws null pattern';
29412939

2942-
#?rakudo todo 'RT 70606'
29432940
#?pugs todo
29442941
eval_dies_ok '"b" ~~ /b| /', 'null pattern after alternation';
29452942

S05-metasyntax/repeat.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ is(~('foo, bar,' ~~ m/[<alpha>+]+ % [','\s*]/), 'foo, bar', '% with a more compl
6262

6363
ok 'a, b, c' !~~ /:s^<alpha>+%\,$/, 'with no spaces around %, no spaces can be matched';
6464
#?pugs todo
65-
#?rakudo 2 todo 'nom regression'
6665
ok 'a, b, c' ~~ /:s^ <alpha> +% \, $/, 'with spaces around %, spaces can be matched';
6766
#?pugs todo
6867
ok 'a , b ,c' ~~ /:s^ <alpha> +% \, $/, 'same, but with leading spaces';

0 commit comments

Comments
 (0)