summaryrefslogtreecommitdiff
path: root/test/heredoc.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/heredoc.lm
parent97eef93ee9abfe10be71f873877e898d455146c6 (diff)
downloadcolm-02e14456d8ad8dfcd9632399b9fec7c6135a1562.tar.gz
update test cases for changes in parent commit
Diffstat (limited to 'test/heredoc.lm')
-rw-r--r--test/heredoc.lm3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/heredoc.lm b/test/heredoc.lm
index 23a8b114..57b42b20 100644
--- a/test/heredoc.lm
+++ b/test/heredoc.lm
@@ -1,5 +1,4 @@
context heredoc
-{
rl ident_char /[a-zA-Z_]/
lex
@@ -41,7 +40,7 @@ context heredoc
def start
[here_name here_data here_close id nl]
-}
+end heredoc
cons HereDoc: heredoc[]