diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-08-21 10:59:35 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-08-21 10:59:35 +0000 |
commit | 57a3e704b38590181a7c921e6fe39110c60ee9ab (patch) | |
tree | 07622e33fd27879a2e54677cc933571619fbe38a /devel/p5-ParseLex/files/patch-t-test4.t | |
parent | Updated to 1.07 (diff) |
The Parse::Lex.pm module for perl5 is an object-oriented generator of
lexical analyzers.
PR: ports/62936
Submitted by: Jim Pirzyk <pirzyk@uiuc.edu>
Notes
Notes:
svn path=/head/; revision=116905
Diffstat (limited to 'devel/p5-ParseLex/files/patch-t-test4.t')
-rw-r--r-- | devel/p5-ParseLex/files/patch-t-test4.t | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/p5-ParseLex/files/patch-t-test4.t b/devel/p5-ParseLex/files/patch-t-test4.t new file mode 100644 index 000000000000..8bf0be513cef --- /dev/null +++ b/devel/p5-ParseLex/files/patch-t-test4.t @@ -0,0 +1,8 @@ +--- t/test4.t.orig Fri Aug 20 16:06:52 2004 ++++ t/test4.t Fri Aug 20 16:07:08 2004 +@@ -54,4 +54,4 @@ + [main::lexer|Parse::CLex] Token read (NEWLINE, \n): + + [main::lexer|Parse::CLex] Token read (ERROR, .*): this is an invalid string with a "" in it" +-can't analyze: "this is an invalid string with a "" in it"" at examples/ctokenizer.pl line 17, <DATA> chunk 4. ++can't analyze: "this is an invalid string with a "" in it"" at examples/ctokenizer.pl line 17, <DATA> line 4. |