[svn:parrot] r44755 - in branches/ops_pct: compilers/nqp/src compilers/opsc compilers/opsc/gen/Ops/Compiler compilers/opsc/ops compilers/opsc/runcore compilers/opsc/src compilers/opsc/src/Ops compilers/opsc/src/Ops/Compiler compilers/opsc/src/Ops/Trans compilers/opsc/t ext/nqp-rx/src/gen

mikehh at svn.parrot.org mikehh at svn.parrot.org
Mon Mar 8 11:08:51 UTC 2010


Author: mikehh
Date: Mon Mar  8 11:08:50 2010
New Revision: 44755
URL: https://trac.parrot.org/parrot/changeset/44755

Log:
add svn properties

Modified:
   branches/ops_pct/compilers/nqp/src/quote_expression.pir   (props changed)
   branches/ops_pct/compilers/opsc/Defines.mak   (props changed)
   branches/ops_pct/compilers/opsc/Rules.mak   (props changed)
   branches/ops_pct/compilers/opsc/TODO   (props changed)
   branches/ops_pct/compilers/opsc/gen/Ops/Compiler/IGNOREME   (props changed)
   branches/ops_pct/compilers/opsc/ops/oplib.pm   (props changed)
   branches/ops_pct/compilers/opsc/ops2c.nqp   (props changed)
   branches/ops_pct/compilers/opsc/opsc.pir   (props changed)
   branches/ops_pct/compilers/opsc/runcore/base.pm   (props changed)
   branches/ops_pct/compilers/opsc/runcore/c.pm   (props changed)
   branches/ops_pct/compilers/opsc/runcore/cgoto.pm   (props changed)
   branches/ops_pct/compilers/opsc/runcore/cgp.pm   (props changed)
   branches/ops_pct/compilers/opsc/runcore/cprederef.pm   (props changed)
   branches/ops_pct/compilers/opsc/runcore/cswitch.pm   (props changed)
   branches/ops_pct/compilers/opsc/src/Ops/Compiler.pm   (props changed)
   branches/ops_pct/compilers/opsc/src/Ops/Compiler/Actions.pm   (props changed)
   branches/ops_pct/compilers/opsc/src/Ops/Compiler/Grammar.pm   (props changed)
   branches/ops_pct/compilers/opsc/src/Ops/Emitter.pm   (props changed)
   branches/ops_pct/compilers/opsc/src/Ops/File.pm   (props changed)
   branches/ops_pct/compilers/opsc/src/Ops/Op.pm   (props changed)
   branches/ops_pct/compilers/opsc/src/Ops/Trans.pm   (props changed)
   branches/ops_pct/compilers/opsc/src/Ops/Trans/C.pm   (props changed)
   branches/ops_pct/compilers/opsc/src/builtins.pir   (props changed)
   branches/ops_pct/compilers/opsc/t/01-parse.t
   branches/ops_pct/ext/nqp-rx/src/gen/settings.pm   (props changed)

Modified: branches/ops_pct/compilers/opsc/t/01-parse.t
==============================================================================
--- branches/ops_pct/compilers/opsc/t/01-parse.t	Mon Mar  8 10:45:49 2010	(r44754)
+++ branches/ops_pct/compilers/opsc/t/01-parse.t	Mon Mar  8 11:08:50 2010	(r44755)
@@ -24,7 +24,7 @@
 inline op noop() {
 }
 END
-    
+
     "_parse_buffer"(buf)
     is(1, 1, "Simple noop parsed")
 
@@ -33,7 +33,7 @@
     foo
 }
 END
-    
+
     "_parse_buffer"(buf)
     is(1, 1, "noop body parsed")
 
@@ -44,7 +44,7 @@
     }
 }
 END
-    
+
     "_parse_buffer"(buf)
     is(1, 1, "noop nested body parsed")
 
@@ -76,7 +76,7 @@
 inline op halt() {
 }
 
-=head2 
+=head2
 
 ads
 
@@ -87,7 +87,7 @@
 
 
 END
-    
+
     res = "_parse_buffer"(buf)
     is(1, 1, "Multiple ops parsed")
 
@@ -136,7 +136,7 @@
 }
 
 END
-    
+
     res = "_parse_buffer"(buf)
     is(1, 1, "Header parsed")
 
@@ -156,7 +156,7 @@
 }
 
 END
-    
+
     "_parse_buffer"(buf)
     is(1, 1, "Op with single param parsed")
 
@@ -166,7 +166,7 @@
 }
 
 END
-    
+
     "_parse_buffer"(buf)
     is(1, 1, "Op with multiple param parsed")
 
@@ -182,7 +182,7 @@
 }
 
 END
-    
+
     res = "_parse_buffer"(buf)
     is(1, 1, "Op with flags parsed")
 


More information about the parrot-commits mailing list