- Timestamp:
- 10/11/08 15:50:00 (6 weeks ago)
- Files:
-
- 1 modified
-
t/spec/S05-mass/rx.t (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
t/spec/S05-mass/rx.t
r22579 r22580 521 521 522 522 523 ## vim: noexpandtab tabstop=4 shiftwidth=4 523 # L<S05/Extensible metasyntax (C<< <...> >>)/"The special named assertions"> 524 # 524 525 ## lookarounds 525 526 #### <before .d> a. abacad /mob: <ad @ 4>/ lookahead <before> … … 599 600 ok '' ~~ /<null>/, 'null pattern (<null>)'; 600 601 602 # XXX <null> unspecced? 601 603 #### ^ <null> \t\n\r !"#$%&\'()*+,-./:;<=>?@[\]^`_{|}0123456789ABCDEFGHIJabcdefghij /mob<null>: < @ 0>/ null pattern (<null>) 602 604 #?rakudo skip 'quoting' … … 643 645 644 646 645 ## vim: noexpandtab tabstop=4 shiftwidth=4646 647 ## Metacharacter tests 647 648 #### . a y dot (.) … … 1337 1338 1338 1339 1339 ## vim: noexpandtab tabstop=4 shiftwidth=41340 1340 ## modifiers 1341 1341 #### :i bcd abcdef y ignorecase (:i) … … 1702 1702 1703 1703 1704 ## vim: noexpandtab tabstop=4 shiftwidth=41705 1704 ## Quantifiers 1706 1705 … … 2613 2612 2614 2613 2615 ## vim: noexpandtab tabstop=4 shiftwidth=42616 2614 ## syntax errors 2617 2615 … … 2716 2714 ok eval(q{{ 'abcdef' ~~ / / }}) ~~ Failure where /Null pattern illegal/, 'ws null pattern'; 2717 2715 2718 2716 # vim: ft=perl6 sw=4 expandtab
