summaryrefslogtreecommitdiff
path: root/test/btscan1.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/btscan1.lm
parent6b6229980be2b0034b49eb66f00d62325e781882 (diff)
downloadcolm-fb5430c9c2cf2ad1570150316e969ab142288b58.tar.gz
Test cases use pattern-style parameters and declarations. refs #241.
Diffstat (limited to 'test/btscan1.lm')
-rw-r--r--test/btscan1.lm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/btscan1.lm b/test/btscan1.lm
index ac7914c2..0aae89e3 100644
--- a/test/btscan1.lm
+++ b/test/btscan1.lm
@@ -28,7 +28,7 @@ def item
def btscan
[item*]
-btscan P = parse btscan( stdin )
+P: btscan P = parse btscan( stdin )
match P ~!abb !abba !aab
print_xml(P)