micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,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'
|
||||
>>>
|
Reference in New Issue
Block a user