Skip to content
Snippets Groups Projects
Select Git revision
  • 0334058fa43a8ac7c689007f5824510c2927c5cc
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

repl_emacs_keys.py.exp

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'
    >>>