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"
|
string "\\\n"
|
||||||
many1 $ oneOf " \t"
|
many1 $ oneOf " \t"
|
||||||
string "\\"
|
string "\\"
|
||||||
return ""
|
return "\\n"
|
||||||
|
|
||||||
{- GHC outputs splices using explicit braces rather than layout.
|
{- GHC outputs splices using explicit braces rather than layout.
|
||||||
- For a case expression, it does something weird:
|
- For a case expression, it does something weird:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue