From fb5430c9c2cf2ad1570150316e969ab142288b58 Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Thu, 24 Mar 2011 04:25:32 +0000 Subject: Test cases use pattern-style parameters and declarations. refs #241. --- test/btscan1.lm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/btscan1.lm') 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) -- cgit v1.2.1