Remove a FIXME
This commit is contained in:
parent
ca0131f2d1
commit
47ccd704e4
|
@ -740,7 +740,6 @@ character
|
|||
a <- hexDigit
|
||||
b <- hexDigit
|
||||
return $ ['*', '#', a, b])
|
||||
-- FIXME: Handle *\n, which is just a line continuation?
|
||||
<|> do { c <- anyChar; return ['*', c] }
|
||||
<|> do c <- anyChar
|
||||
return [c]
|
||||
|
|
Loading…
Reference in New Issue
Block a user