8000 Fix the rest of the tests · adafruit/circuitpython@0d55072 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d55072

Browse files
committed
Fix the rest of the tests
1 parent a20d445 commit 0d55072

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/cmdline/repl_autocomplete.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 autocompletion
44
>>> import sys

tests/cmdline/repl_basic.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
>>> # basic REPL tests
44
>>> print(1)

tests/cmdline/repl_cont.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
>>> # check REPL allows to continue input
44
>>> 1 \\\\

tests/cmdline/repl_words_move.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
>>> # word movement
44
>>> # backward-word, start in word

0 commit comments

Comments
 (0)
0