summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/readFail018.hs
blob: 0086f5046650bbe10d46e20fefe12501b331e700 (plain)
1
2
3
4
5
6
7
8
-- !!! test the error message for an unterminated nested comment

{-  <-- this one is unterminated (line 3)

{-
-}

-- EOF