summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/cmdline/repl_basic.py.exp1
-rw-r--r--tests/cmdline/repl_cont.py.exp1
-rw-r--r--tests/cmdline/repl_emacs_keys.py.exp1
-rw-r--r--tests/feature_check/repl_emacs_check.py.exp1
4 files changed, 4 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
diff --git a/tests/cmdline/repl_cont.py.exp b/tests/cmdline/repl_cont.py.exp
index 47a126643..74f0f4197 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 6edaf2813..6102c1963 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
diff --git a/tests/feature_check/repl_emacs_check.py.exp b/tests/feature_check/repl_emacs_check.py.exp
index e456ef3b0..82a4e28ee 100644
--- a/tests/feature_check/repl_emacs_check.py.exp
+++ b/tests/feature_check/repl_emacs_check.py.exp
@@ -1,4 +1,5 @@
MicroPython \.\+ version
+Use \.\+
>>> # Check for emacs keys in REPL
>>> t = \.\+
>>> t == 2