Skip to content

Conversation

krux02
Copy link
Contributor

@krux02 krux02 commented Apr 2, 2018

the output of the example in #7473:

============================================================
"  \L  \c  \t  \\  "
StrLit("  \L  \c  \t  \\  ")
StrLit "  \L  \c  \t  \\  "
newLit("  \L  \c  \t  \\  ")
============================================================
"  \L  \c  \t  \\  "
StrLit("  \L  \c  \t  \\  ")
StrLit "  \L  \c  \t  \\  "
newLit("  \L  \c  \t  \\  ")
============================================================
"  \L  \c  \t  \\  "
StrLit("  \L  \c  \t  \\  ")
StrLit "  \L  \c  \t  \\  "
newLit("  \L  \c  \t  \\  ")
============================================================
"""  \n  \r  \t  \\  """
TripleStrLit("  \\n  \\r  \\t  \\\\  ")
TripleStrLit "  \\n  \\r  \\t  \\\\  "
newLit("  \\n  \\r  \\t  \\\\  ")
============================================================
r"  \n  \r  \t  \\  "
RStrLit("  \\n  \\r  \\t  \\\\  ")
RStrLit "  \\n  \\r  \\t  \\\\  "
newLit("  \\n  \\r  \\t  \\\\  ")
============================================================

@krux02 krux02 changed the title Fix for https://github.com/nim-lang/Nim/issues/7473 Fix for #7473 Apr 2, 2018
@Araq
Copy link
Member

Araq commented Apr 4, 2018

Good job. Thank you!

@Araq Araq merged commit 5d46e1e into nim-lang:devel Apr 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants