Skip to content
Snippets Groups Projects
Commit 0d5db29b authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-01-05 17:24:51 by simonmar]

Add test for unterminated ``.
parent 1145d75a
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,6 @@ include $(TOP)/mk/should_fail.mk
SRC_HC_OPTS += -noC -ddump-parsed
read013_HC_OPTS += -fglasgow-exts
include $(TOP)/mk/target.mk
module Main where
-- !!! unterminated ``
a = ``s``
read013.hs:4: unterminated ``
Compilation had errors
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment