Skip to content
Snippets Groups Projects
Select Git revision
  • ec25c5e57bd646c37ad94469803ed49dbd401044
  • main default protected
  • v1.1
  • v1.0
4 results

loading.py

Blame
  • repl_emacs_keys.py.exp 216 B
    MicroPython \.\+ version
    >>> # 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'
    >>>