summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/readFail011.hs
blob: a1a89781da23d50c6669e07d90703c8bd60401b8 (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