Ticket #59 (closed defect: fixed)
Parsing fails when a block comment ends on an import line
| Reported by: | benl | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 0.1.3 |
| Component: | Source Parser | Version: | 0.1.2 |
| Keywords: | Cc: |
Description
Reported by Jared
The following code fails to parse:
{-
import Data.Int -}
int dummy = 0
The error message is
ddc: "unknown" (line 1, column 17): unexpected @CommentBlockEnd
Change History
Note: See
TracTickets for help on using
tickets.
