Thu Jun 17 11:48:45 2004CINE [...] cpan.org - Ticket created
Subject:
Small typo in example
rule head :iw { \Q[<HEAD>] <?head_tag>+ \Q[<HEAD>] }
should probably have been
rule head :iw { \Q[<HEAD>] <?head_tag>+ \Q[</HEAD>] }
Thu Jun 17 11:53:43 2004CINE [...] cpan.org - Correspondence added
From:
davh [...] davh.dk
quote:
Two or more such named characters can be specified in the same set of
square brackets, separated by a comma:
\c[CR;LF]
\c[ESC;LATIN CAPITAL LETTER Q]
end quote
Those ";" are not commas...
Sun Jun 20 10:45:34 2004damian [...] conway.org - Correspondence added