Skip to content

Commit ca2353f

Browse files
committed
test LTM + :ignorecase
1 parent 95987ec commit ca2353f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

S05-modifier/ignorecase.t

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use v6;
22
use Test;
33

4-
plan 16;
4+
plan 17;
55

66
=begin description
77
@@ -59,4 +59,7 @@ ok('a' ~~ m/:i 'A'/, ':i descends into quotes');
5959
ok 'aa' ~~ /:i $matcher/, 'interpolation: match with :i';
6060
}
6161

62+
#?rakudo todo 'ignorecase + LTM'
63+
ok 'a' ~~ /:i A|B /, ':i and LTM sanity';
64+
6265
# vim: syn=perl6 sw=4 ts=4 expandtab

0 commit comments

Comments
 (0)