summaryrefslogtreecommitdiffstatshomepage
path: root/tests/cmdline/repl_basic.py.exp
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-03-20 17:25:25 +0000
committerDamien George <damien.p.george@gmail.com>2015-03-20 17:25:25 +0000
commit1004535237e8edc5ec671ab8bea6fd2150139c54 (patch)
tree3c0e69d093310d9b6e20553b17ec3501bc584cd0 /tests/cmdline/repl_basic.py.exp
parent8e9a71257dbbd60881f74f897b6447e457937063 (diff)
downloadmicropython-1004535237e8edc5ec671ab8bea6fd2150139c54.tar.gz
micropython-1004535237e8edc5ec671ab8bea6fd2150139c54.zip
tests: Make cmdline tests more stable by using regex for matching.
Diffstat (limited to 'tests/cmdline/repl_basic.py.exp')
-rw-r--r--tests/cmdline/repl_basic.py.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cmdline/repl_basic.py.exp b/tests/cmdline/repl_basic.py.exp
index 27732376a3..9783bff623 100644
--- a/tests/cmdline/repl_basic.py.exp
+++ b/tests/cmdline/repl_basic.py.exp
@@ -1,4 +1,4 @@
-Micro Python ######
+Micro Python v\.\+ version
>>> # basic REPL tests
>>> print(1)
1