summaryrefslogtreecommitdiffstatshomepage
path: root/tests/cmdline/repl_emacs_keys.py.exp
blob: 6102c19639a8a44cf0cb1842c56756752c319c3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
MicroPython \.\+ version
Use \.\+
>>> # REPL tests of GNU-ish readline navigation
>>> # history buffer navigation
>>> 1
1
>>> 2
2
>>> 3
3
>>> 321
1
>>> 1323
3
>>> # input line motion
>>> t = 121
>>> \.\+
'foobar'
>>>