summaryrefslogtreecommitdiff
path: root/test/btscan1.lm
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2013-02-12 18:46:36 -0500
committerAdrian Thurston <thurston@complang.org>2013-02-12 18:46:36 -0500
commitdb6d1e59466b839f3d0615cffcf5ba688b695263 (patch)
tree4a2831030078fe339d3df81fa91bf5db60ba146e /test/btscan1.lm
parent3e4073f292d52de13de0c57c0700f34256263427 (diff)
downloadcolm-db6d1e59466b839f3d0615cffcf5ba688b695263.tar.gz
updated examples for namespace and context syntax changes
Diffstat (limited to 'test/btscan1.lm')
-rw-r--r--test/btscan1.lm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/btscan1.lm b/test/btscan1.lm
index 6afa707b..c123bec7 100644
--- a/test/btscan1.lm
+++ b/test/btscan1.lm
@@ -10,7 +10,7 @@ namespace r1
def line [ '!' 'a' 'b' 'b' 'a']
-end r1
+end # r1
#
# R2
@@ -25,7 +25,7 @@ namespace r2
def line [ '!' id ]
-end r2
+end # r2
def item
[r1::line]