micropython/tests/feature_check/repl_words_move_check.py.exp

8 wiersze
103 B
Plaintext

MicroPython \.\+ version
Use \.\+
>>> # Check for emacs keys in REPL
>>> t = \.\+
>>> t == 2
True
>>>