EvilSplicer: fix handling of newlines in multiline strings
This commit is contained in:
parent
9116580312
commit
e70a969ef1
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ mangleCode = flip_colon
|
|||
string "\\\n"
|
||||
many1 $ oneOf " \t"
|
||||
string "\\"
|
||||
return ""
|
||||
return "\\n"
|
||||
|
||||
{- GHC outputs splices using explicit braces rather than layout.
|
||||
- For a case expression, it does something weird:
|
||||
|
|
Loading…
Add table
Reference in a new issue