[Http-webtest-commits] CVS: HTTP-WebTest/lib/HTTP/WebTest Parser.pm,1.4,1.5
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-02-08 14:25:36
|
Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest In directory usw-pr-cvs1:/tmp/cvs-serv21659 Modified Files: Parser.pm Log Message: Fix typo Index: Parser.pm =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Parser.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Parser.pm 8 Feb 2002 14:07:39 -0000 1.4 --- Parser.pm 8 Feb 2002 14:25:31 -0000 1.5 *************** *** 102,106 **** my $delim = substr $extracted, 0, 1; # let Perl remove quote chars and handle special ! # sequences like \n but don't tread $ and @ as # special $extracted =~ s/(\$|\@)/\\$1/g if $delim eq '"'; --- 102,106 ---- my $delim = substr $extracted, 0, 1; # let Perl remove quote chars and handle special ! # sequences like \n but don't treat $ and @ as # special $extracted =~ s/(\$|\@)/\\$1/g if $delim eq '"'; |