waf / CSharpRepl

A command line C# REPL with syntax highlighting – explore the language, libraries and nuget packages interactively.
https://fuqua.io/CSharpRepl/
Mozilla Public License 2.0
2.95k stars 112 forks source link

New line character not interpreted correctly. #387

Open WalkingAdam opened 2 weeks ago

WalkingAdam commented 2 weeks ago

Version

0.6.7

What happened?

String containing new line character '\n' are not printed correctly, see below.

image