summaryrefslogtreecommitdiff
path: root/test/files/run/t9749-repl-dot.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-9749 REPL strip lead ws on dot continuation (#5097)som-snytt2016-04-151-0/+8
Permit leading whitespace before `.` for continued selection. This is just to handle pastes, which will typically include indented text, and not to make dot-continuation especially robust.