summaryrefslogtreecommitdiff
path: root/tests/cmdline/repl_basic.py.exp
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-10-12 00:19:00 +0100
committerDamien George <damien.p.george@gmail.com>2015-10-12 00:19:00 +0100
commit3aa7dd23c9206b983f0004ec63eb6be913f7332a (patch)
tree062360dec1932e277081b5f37d23edf51b780771 /tests/cmdline/repl_basic.py.exp
parentfccbe9aa4d83669d15d0109c604f66d1a4792421 (diff)
unix: Add exit and paste-mode hints to shell startup banner.
Thanks to @nyov for the initial patch.
Diffstat (limited to 'tests/cmdline/repl_basic.py.exp')
-rw-r--r--tests/cmdline/repl_basic.py.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cmdline/repl_basic.py.exp b/tests/cmdline/repl_basic.py.exp
index 1b4a49703..96b8c28dc 100644
--- a/tests/cmdline/repl_basic.py.exp
+++ b/tests/cmdline/repl_basic.py.exp
@@ -1,4 +1,5 @@
MicroPython \.\+ version
+Use \.\+
>>> # basic REPL tests
>>> print(1)
1