- Timestamp:
- 09/29/08 23:33:23 (2 months ago)
- Location:
- t
- Files:
-
- 1 removed
- 1 modified
-
regex/from_perl6_rules/inline.t (deleted)
-
spec/S05-modifier/ignorecase.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
t/spec/S05-modifier/ignorecase.t
r22454 r22463 42 42 #?rakudo emit =end 43 43 44 45 # tests for inline modifiers 46 # L<S05/Modifiers/and Unicode-level modifiers can be> 47 48 ok("abcDEFghi" ~~ m/abc (:i def) ghi/, 'Match'); 49 ok(!( "abcDEFGHI" ~~ m/abc (:i def) ghi/ ), 'Mismatch'); 50 51 44 52 # vim: syn=perl6 sw=4 ts=4 expandtab
