diff options
author | Damien George <damien.p.george@gmail.com> | 2015-05-24 22:36:31 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-05-27 15:59:43 +0100 |
commit | 9ae3fc65235303322ef5282d3cdd4ca99a2c37cc (patch) | |
tree | 5644437cc732a8a33f2ec8752610d4d55c8a740b /tests/cmdline/repl_basic.py | |
parent | 4a10214be20cb8a51724913903678f4506358752 (diff) |
unix: Add option to use uPy readline, and enable by default.
This gets uPy readline working with unix port, with tab completion and
history. GNU readline is still supported, configure using
MICROPY_USE_READLINE variable.
Diffstat (limited to 'tests/cmdline/repl_basic.py')
-rw-r--r-- | tests/cmdline/repl_basic.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cmdline/repl_basic.py b/tests/cmdline/repl_basic.py index 67d18cd57..b416493dc 100644 --- a/tests/cmdline/repl_basic.py +++ b/tests/cmdline/repl_basic.py @@ -1,3 +1,3 @@ # basic REPL tests print(1) -OA +[A |