Files
TencentOS-tiny/components/language/micropython/tests/feature_check/repl_emacs_check.py.exp
2022-09-29 12:10:37 +08:00

8 lines
103 B
Plaintext

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