Changeset 22580 for t

Show
Ignore:
Timestamp:
10/11/08 15:50:00 (6 weeks ago)
Author:
moritz
Message:

[t/spec] more smartlinks for rx.t, removed a few vim modelines

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/spec/S05-mass/rx.t

    r22579 r22580  
    521521 
    522522 
    523 ## vim: noexpandtab tabstop=4 shiftwidth=4 
     523# L<S05/Extensible metasyntax (C<< <...> >>)/"The special named assertions"> 
     524# 
    524525## lookarounds 
    525526#### <before .d> a.             abacad          /mob: <ad @ 4>/                 lookahead <before> 
     
    599600ok '' ~~ /<null>/, 'null pattern (<null>)'; 
    600601 
     602# XXX <null> unspecced? 
    601603#### ^ <null>   \t\n\r !"#$%&\'()*+,-./:;<=>?@[\]^`_{|}0123456789ABCDEFGHIJabcdefghij   /mob<null>: < @ 0>/     null pattern (<null>) 
    602604#?rakudo skip 'quoting' 
     
    643645 
    644646 
    645 ## vim: noexpandtab tabstop=4 shiftwidth=4 
    646647##   Metacharacter tests 
    647648#### .                  a               y       dot (.) 
     
    13371338 
    13381339 
    1339 ## vim: noexpandtab tabstop=4 shiftwidth=4 
    13401340##  modifiers 
    13411341#### :i bcd                     abcdef  y       ignorecase (:i) 
     
    17021702 
    17031703 
    1704 ## vim: noexpandtab tabstop=4 shiftwidth=4 
    17051704##  Quantifiers 
    17061705 
     
    26132612 
    26142613 
    2615 ## vim: noexpandtab tabstop=4 shiftwidth=4 
    26162614##  syntax errors 
    26172615 
     
    27162714ok eval(q{{ 'abcdef' ~~ /  / }}) ~~ Failure where /Null pattern illegal/, 'ws null pattern'; 
    27172715 
    2718  
     2716# vim: ft=perl6 sw=4 expandtab