From: Grant M. <gr...@us...> - 2005-04-20 02:33:22
|
Update of /cvsroot/perl-xml/xml-filter-sort/t In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15238/t Modified Files: 4_workout.t Log Message: - add test for text content of '0' Index: 4_workout.t =================================================================== RCS file: /cvsroot/perl-xml/xml-filter-sort/t/4_workout.t,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- 4_workout.t 14 Jun 2002 20:39:48 -0000 1.1.1.1 +++ 4_workout.t 20 Apr 2005 02:33:14 -0000 1.2 @@ -97,6 +97,7 @@ <snackfood>popcorn</snackfood> <person>3<firstname>Wayne</firstname></person> <person>4<firstname>Xavier</firstname></person> + <trailer>0</trailer> </list>); $xmlout = ''; @@ -117,6 +118,7 @@ <snackfood>popcorn</snackfood> <person>3<firstname>Wayne</firstname></person> <person>4<firstname>Xavier</firstname></person> + <trailer>0</trailer> </list>), 'Sorted two independent lists (element between)'); |