Skip to content

Commit 750912d

Browse files
committed
Fix some cmdline tests
1 parent c770170 commit 750912d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tests/cmdline/repl_autoindent.py.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MicroPython \.\+ version
1+
CircuitPython \.\+ version
22
Use \.\+
33
>>> # tests for autoindent
44
>>> if 1:

tests/cmdline/repl_emacs_keys.py.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MicroPython \.\+ version
1+
CircuitPython \.\+ version
22
Use \.\+
33
>>> # REPL tests of GNU-ish readline navigation
44
>>> # history buffer navigation

tests/cmdline/repl_inspect.py.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
test
2-
MicroPython \.\+ version
2+
CircuitPython \.\+ version
33
Use \.\+
44
>>> # cmdline: -i -c print("test")
55
>>> # -c option combined with -i option results in REPL

tests/cmdline/repl_micropyinspect.py.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MicroPython \.\+ version
1+
CircuitPython \.\+ version
22
Use \.\+
33
>>> # cmdline: cmdline/repl_micropyinspect
44
>>> # setting MICROPYINSPECT environment variable before program exit triggers REPL

tests/cmdline/repl_sys_ps1_ps2.py.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MicroPython \.\+ version
1+
CircuitPython \.\+ version
22
Use \.\+
33
>>> # test changing ps1/ps2
44
>>> import sys

0 commit comments

Comments
 (0)