[svn:parrot] r44390 - in trunk/t: codingstd examples

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Feb 23 13:48:39 UTC 2010


Author: mikehh
Date: Tue Feb 23 13:48:39 2010
New Revision: 44390
URL: https://trac.parrot.org/parrot/changeset/44390

Log:
add required trailing whitespace, and add to test skip data

Modified:
   trunk/t/codingstd/trailing_space.t
   trunk/t/examples/tutorial.t

Modified: trunk/t/codingstd/trailing_space.t
==============================================================================
--- trunk/t/codingstd/trailing_space.t	Tue Feb 23 12:57:26 2010	(r44389)
+++ trunk/t/codingstd/trailing_space.t	Tue Feb 23 13:48:39 2010	(r44390)
@@ -36,7 +36,6 @@
 =cut
 
 my $DIST = Parrot::Distribution->new;
-
 my @files = @ARGV ? <@ARGV> : (
     $DIST->get_c_language_files(),
     $DIST->get_make_language_files(),
@@ -74,6 +73,7 @@
 src/nci/core_thunks.c
 src/nci/extra_thunks.c
 t/examples/pir.t
-t/perl/Parrot_Test.t
+t/examples/tutorial.t
 t/library/getopt_obj.t
+t/perl/Parrot_Test.t
 t/run/options.t

Modified: trunk/t/examples/tutorial.t
==============================================================================
--- trunk/t/examples/tutorial.t	Tue Feb 23 12:57:26 2010	(r44389)
+++ trunk/t/examples/tutorial.t	Tue Feb 23 13:48:39 2010	(r44390)
@@ -85,7 +85,7 @@
 
     ##Note extra whitespace after 3rd hello
     '21_string_ops_repeat.pir' => << 'END_EXPECTED',
-Hello Hello Hello
+Hello Hello Hello 
 END_EXPECTED
 
     '22_string_ops_length.pir' => << 'END_EXPECTED',


More information about the parrot-commits mailing list