diff options
author | Damien George <damien.p.george@gmail.com> | 2015-03-20 17:25:25 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-03-20 17:25:25 +0000 |
commit | 1004535237e8edc5ec671ab8bea6fd2150139c54 (patch) | |
tree | 3c0e69d093310d9b6e20553b17ec3501bc584cd0 /tests/cmdline/repl_basic.py.exp | |
parent | 8e9a71257dbbd60881f74f897b6447e457937063 (diff) | |
download | micropython-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.exp | 2 |
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 |