summaryrefslogtreecommitdiffstatshomepage
path: root/tests
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-05-24 22:36:31 +0100
committerDamien George <damien.p.george@gmail.com>2015-05-27 15:59:43 +0100
commit9ae3fc65235303322ef5282d3cdd4ca99a2c37cc (patch)
tree5644437cc732a8a33f2ec8752610d4d55c8a740b /tests
parent4a10214be20cb8a51724913903678f4506358752 (diff)
downloadmicropython-9ae3fc65235303322ef5282d3cdd4ca99a2c37cc.tar.gz
micropython-9ae3fc65235303322ef5282d3cdd4ca99a2c37cc.zip
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')
-rw-r--r--tests/cmdline/repl_basic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cmdline/repl_basic.py b/tests/cmdline/repl_basic.py
index 67d18cd577..b416493dce 100644
--- a/tests/cmdline/repl_basic.py
+++ b/tests/cmdline/repl_basic.py
@@ -1,3 +1,3 @@
# basic REPL tests
print(1)
-OA
+