- Timestamp:
- 11/04/08 21:33:11 (2 months ago)
- Files:
-
- 1 modified
-
t/spec/S05-metasyntax/angle-brackets.t (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
t/spec/S05-metasyntax/angle-brackets.t
r21775 r22885 14 14 =end pod 15 15 16 # L<S05/Extensible metasyntax ( <...>)>16 # L<S05/Extensible metasyntax (C<< <...> >>)/> 17 17 18 18 # tests for the simpler parts of <...> syntax in regexes … … 86 86 } 87 87 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> 89 89 # XXX "section ``Extensible metasyntax (<...>)'' not found in S05." - how to 90 90 # reference that section? … … 183 183 # see combchar.t 184 184 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)> 186 186 { 187 187 ok('1./:"{}=-_' ~~ /^<!alpha>+$/, '<!alpha> matches non-letter characters');
