summaryrefslogtreecommitdiff
path: root/test/context2.lm
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2012-12-19 18:07:28 -0500
committerAdrian Thurston <thurston@complang.org>2012-12-19 18:07:28 -0500
commit02e14456d8ad8dfcd9632399b9fec7c6135a1562 (patch)
treeb6b58a80ae9f6d1583f32a86ab89c342f89731f1 /test/context2.lm
parent97eef93ee9abfe10be71f873877e898d455146c6 (diff)
downloadcolm-02e14456d8ad8dfcd9632399b9fec7c6135a1562.tar.gz
update test cases for changes in parent commit
Diffstat (limited to 'test/context2.lm')
-rw-r--r--test/context2.lm5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/context2.lm b/test/context2.lm
index 48371f3b..8ff3feb0 100644
--- a/test/context2.lm
+++ b/test/context2.lm
@@ -1,5 +1,5 @@
context ruby_here
-{
+
rl ident_pattern /[a-zA-Z_][a-zA-Z_0-9]*/
rl number_pattern /[0-9]+/
@@ -86,7 +86,8 @@ context ruby_here
def start
[item*]
-}
+
+end ruby_here
CTX: ruby_here = cons ruby_here []