summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/readFail011.hs
blob: 4642061fccca42cfa9eec0d87d2be8aa36d413b7 (plain)
1
2
3
4
5
6
7
-- !!! Test line numbers in presence of string gaps.

main = print "a\
	     \b\
	     \c"

wibble = = -- this is a parse error on line 7