aboutsummaryrefslogtreecommitdiff
path: root/tests/cmdline/repl_cont.py
AgeCommit message (Collapse)Author
2016-02-17py/repl: Check for an identifier char after the keyword.Alex March
- As described in the #1850. - Add cmdline tests.
2015-09-19tests: Add escaped quotes tests for REPL.Alex March
Test possible combinations of single and double quotes with escaped quotes and parenthesis with and without function calls in REPL. Covers: #1419
2015-09-12unix: Enable REPL auto-indent.Damien George
2015-04-04tests: Add missing tests for builtins, and many other things.Damien George