[Http-webtest-commits] CVS: HTTP-WebTest/t 06-parser.t,1.6,1.7
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-02-09 16:21:40
|
Update of /cvsroot/http-webtest/HTTP-WebTest/t In directory usw-pr-cvs1:/tmp/cvs-serv3382 Modified Files: 06-parser.t Log Message: Minor fix Index: 06-parser.t =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/t/06-parser.t,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** 06-parser.t 9 Feb 2002 16:15:49 -0000 1.6 --- 06-parser.t 9 Feb 2002 16:21:36 -0000 1.7 *************** *** 15,19 **** BEGIN { plan tests => 49 } ! # 1-41: check parsing wt script (contain all syntax variants) { my $filename = shift; --- 15,20 ---- BEGIN { plan tests => 49 } ! # 1-41: check parsed wt script (which contains all variants of ! # supported syntax) { my $filename = shift; |