Author: bernhard
Date: Mon Nov 10 09:42:21 2008
New Revision: 32492
Added:
trunk/t/compilers/pct/TestGrammar.pg (contents, props changed)
- copied, changed from r32485, /trunk/t/compilers/pct/NoneParser.pg
Removed:
trunk/t/compilers/pct/NoneParser.pg
Modified:
trunk/MANIFEST
Log:
[testing] Start on a test script for a complete PCT workflow.
Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST (original)
+++ trunk/MANIFEST Mon Nov 10 09:42:21 2008
@@ -1,7 +1,7 @@
# ex: set ro:
# $Id$
#
-# generated by tools/dev/mk_manifest_and_skip.pl Mon Nov 10 16:44:36 2008 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Mon Nov 10 17:28:12 2008 UT
#
# See tools/dev/install_files.pl for documentation on the
# format of this file.
@@ -3201,7 +3201,7 @@
t/compilers/imcc/syn/veracity.t []
t/compilers/json/from_parrot.t []
t/compilers/json/to_parrot.t []
-t/compilers/pct/NoneParser.pg []
+t/compilers/pct/TestGrammar.pg []
t/compilers/pct/past.t []
t/compilers/pct/pct_hllcompiler.t []
t/compilers/pct/post.t []
Copied: trunk/t/compilers/pct/TestGrammar.pg (from r32485,
/trunk/t/compilers/pct/NoneParser.pg)
==============================================================================
--- /trunk/t/compilers/pct/NoneParser.pg (original)
+++ trunk/t/compilers/pct/TestGrammar.pg Mon Nov 10 09:42:21 2008
@@ -1,8 +1,11 @@
+# Copyright (C) 2005-2008, The Perl Foundation.
+# $Id$
+
# This file is currently not used.
-# It was saved from the deleted directory 't/compilers/past-pm'
+# In future it will be used by complete_workflow.t.
-grammar NoneParser;
+grammar TestGrammar;
-token apply { ^<op>$ }
-token op { test <?ws> <val> <?ws> }
-token val {thingy}
+token apply { ^<op>$ }
+token op { test <?ws> <val> <?ws> }
+token val { thingy }