Changeset 22885 for t

Show
Ignore:
Timestamp:
11/04/08 21:33:11 (2 months ago)
Author:
moritz
Message:

[t/spec] fix smartlinks in angle-brackets.t

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/spec/S05-metasyntax/angle-brackets.t

    r21775 r22885  
    1414=end pod 
    1515 
    16 # L<S05/Extensible metasyntax (<...>)> 
     16# L<S05/Extensible metasyntax (C<< <...> >>)/> 
    1717 
    1818# tests for the simpler parts of <...> syntax in regexes 
     
    8686} 
    8787 
    88 # L<S05/"Extensible metasyntax (<...>)"/A leading . causes a named assertion not to capture what it matches> 
     88# L<S05/Extensible metasyntax (C<< <...> >>)/A leading . causes a named assertion not to capture what it matches> 
    8989# XXX "section ``Extensible metasyntax (<...>)'' not found in S05." - how to 
    9090# reference that section? 
     
    183183# see combchar.t 
    184184 
    185 # L<S05/Extensible metasyntax (<...>)/A leading ! indicates a negated meaning (always a zero-width assertion)> 
     185# L<S05/Extensible metasyntax (C<< <...> >>)/A leading ! indicates a negated meaning (always a zero-width assertion)> 
    186186{ 
    187187    ok('1./:"{}=-_' ~~ /^<!alpha>+$/, '<!alpha> matches non-letter characters');