[svn:parrot] r44343 - in trunk/t/compilers: pge tge

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Feb 23 01:16:21 UTC 2010


Author: mikehh
Date: Tue Feb 23 01:16:20 2010
New Revision: 44343
URL: https://trac.parrot.org/parrot/changeset/44343

Log:
fix codetest failures - trailing whitespace

Modified:
   trunk/t/compilers/pge/pge-hs.t
   trunk/t/compilers/tge/basic.t
   trunk/t/compilers/tge/parser.t

Modified: trunk/t/compilers/pge/pge-hs.t
==============================================================================
--- trunk/t/compilers/pge/pge-hs.t	Tue Feb 23 01:11:38 2010	(r44342)
+++ trunk/t/compilers/pge/pge-hs.t	Tue Feb 23 01:16:20 2010	(r44343)
@@ -1,5 +1,5 @@
-#!parrot 
-# Copyright (C) 2001-2009, Parrot Foundation.
+#!parrot
+# Copyright (C) 2001-2010, Parrot Foundation.
 # $Id$
 
 =head1 NAME

Modified: trunk/t/compilers/tge/basic.t
==============================================================================
--- trunk/t/compilers/tge/basic.t	Tue Feb 23 01:11:38 2010	(r44342)
+++ trunk/t/compilers/tge/basic.t	Tue Feb 23 01:16:20 2010	(r44343)
@@ -1,5 +1,5 @@
 #!parrot
-# Copyright (C) 2005-2009, Parrot Foundation.
+# Copyright (C) 2005-2010, Parrot Foundation.
 # $Id$
 
 =head1 NAME
@@ -70,7 +70,7 @@
 
 .sub test_malformed_string_in_r11890_under_linux_i386
     lives_ok(<<'CODE', '"Malformed string" in r11890 under Linux i386')
-.sub main 
+.sub main
     load_bytecode "TGE.pbc"
 .end
 CODE

Modified: trunk/t/compilers/tge/parser.t
==============================================================================
--- trunk/t/compilers/tge/parser.t	Tue Feb 23 01:11:38 2010	(r44342)
+++ trunk/t/compilers/tge/parser.t	Tue Feb 23 01:16:20 2010	(r44343)
@@ -1,5 +1,5 @@
 #!parrot
-# Copyright (C) 2005-2009, Parrot Foundation.
+# Copyright (C) 2005-2010, Parrot Foundation.
 # $Id$
 
 =head1 NAME
@@ -59,7 +59,7 @@
 .sub test_parse_failure
     $S0 = "Syntax error at line 4, near \"transform \"\n"
     throws_substring(<<'CODE', $S0, 'parse failure')
-.sub main 
+.sub main
     load_bytecode 'TGE.pbc'
     .local string source
     source = <<'GRAMMAR'


More information about the parrot-commits mailing list