summaryrefslogtreecommitdiff
path: root/test/files/run/t9170.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-9206 Fix REPL code indentationSom Snytt2015-06-191-12/+12
| | | | | | | | | | To make code in error messages line up with the original line of code, templated code is indented by the width of the prompt. Use the raw prompt (without ANSI escapes or newlines) to determine the indentation. Also, indent only once per line.
* SI-9170 More flexible SessionTestSom Snytt2015-03-031-0/+58
SessionTest session text can include line continuations and pasted text. Pasted script (which looks like a double prompt) probably doesn't work. This commit includes @retronym's SI-9170 one-liner.