diff options
Diffstat (limited to 'tests/cmdline')
-rw-r--r-- | tests/cmdline/repl_basic.py.exp | 1 | ||||
-rw-r--r-- | tests/cmdline/repl_cont.py.exp | 1 | ||||
-rw-r--r-- | tests/cmdline/repl_emacs_keys.py.exp | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/cmdline/repl_basic.py.exp b/tests/cmdline/repl_basic.py.exp index 1b4a497032..96b8c28dce 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 diff --git a/tests/cmdline/repl_cont.py.exp b/tests/cmdline/repl_cont.py.exp index 47a126643e..74f0f4197f 100644 --- a/tests/cmdline/repl_cont.py.exp +++ b/tests/cmdline/repl_cont.py.exp @@ -1,4 +1,5 @@ MicroPython \.\+ version +Use \.\+ >>> # check REPL allows to continue input >>> 1 \\\\ ... + 2 diff --git a/tests/cmdline/repl_emacs_keys.py.exp b/tests/cmdline/repl_emacs_keys.py.exp index 6edaf28130..6102c19639 100644 --- a/tests/cmdline/repl_emacs_keys.py.exp +++ b/tests/cmdline/repl_emacs_keys.py.exp @@ -1,4 +1,5 @@ MicroPython \.\+ version +Use \.\+ >>> # REPL tests of GNU-ish readline navigation >>> # history buffer navigation >>> 1 |