[svn:parrot] r44932 - branches/ops_pct/compilers/opsc/t

mikehh at svn.parrot.org mikehh at svn.parrot.org
Mon Mar 15 13:08:16 UTC 2010


Author: mikehh
Date: Mon Mar 15 13:08:09 2010
New Revision: 44932
URL: https://trac.parrot.org/parrot/changeset/44932

Log:
fix 01-parse.t to pass pod_syntax.t

Modified:
   branches/ops_pct/compilers/opsc/t/01-parse.t

Modified: branches/ops_pct/compilers/opsc/t/01-parse.t
==============================================================================
--- branches/ops_pct/compilers/opsc/t/01-parse.t	Mon Mar 15 08:08:10 2010	(r44931)
+++ branches/ops_pct/compilers/opsc/t/01-parse.t	Mon Mar 15 13:08:09 2010	(r44932)
@@ -2,6 +2,21 @@
 # Copyright (C) 2010, Parrot Foundation.
 # $Id$
 
+=head1 NAME
+
+core.ops - Core Opcodes
+
+=cut
+
+=head1 DESCRIPTION
+
+Parrot's core library of ops.
+
+Core operations are primarily flow control and interpreter
+introspection.
+
+=cut
+
 .include 'compilers/opsc/t/common.pir'
 
 .sub 'main' :main
@@ -59,6 +74,7 @@
 
     buf = <<"END"
 
+=over 4
 
 =item noop
 
@@ -73,12 +89,14 @@
 
 asdsad
 
+=back
+
 =cut
 
 inline op halt() {
 }
 
-=head2
+=head2 rule_the_world
 
 ads
 
@@ -104,10 +122,6 @@
     .local pmc res
 
     buf = <<"END"
-/*
- * $Id$
-** core.ops
-*/
 
 BEGIN_OPS_PREAMBLE
 
@@ -119,21 +133,6 @@
 
 END_OPS_PREAMBLE
 
-=head1 NAME
-
-core.ops - Core Opcodes
-
-=cut
-
-=head1 DESCRIPTION
-
-Parrot's core library of ops.
-
-Core operations are primarily flow control and interpreter
-introspection.
-
-=cut
-
 inline op noop() {
 }
 


More information about the parrot-commits mailing list