summaryrefslogtreecommitdiff
path: root/test/construct1.lm
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2011-03-24 04:25:32 +0000
committerAdrian Thurston <thurston@complang.org>2011-03-24 04:25:32 +0000
commitfb5430c9c2cf2ad1570150316e969ab142288b58 (patch)
tree62095cd9abf26b59771ea7f3d4f3afd88689a15e /test/construct1.lm
parent6b6229980be2b0034b49eb66f00d62325e781882 (diff)
downloadcolm-fb5430c9c2cf2ad1570150316e969ab142288b58.tar.gz
Test cases use pattern-style parameters and declarations. refs #241.
Diffstat (limited to 'test/construct1.lm')
-rw-r--r--test/construct1.lm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/construct1.lm b/test/construct1.lm
index f16cd48a..f0ed72fd 100644
--- a/test/construct1.lm
+++ b/test/construct1.lm
@@ -11,6 +11,6 @@ lex start
def four_ids
[id id id id]
-four_ids Constructed = construct four_ids "a b c d"
+Constructed: four_ids = construct four_ids "a b c d"
print_xml( Constructed )