Dan Halbert
6b97759d25
tests: Protect trailing spaces with "\$".
...
Makes it easier to see the trailing spaces in an editor, and to know that
they are intentional.
Signed-off-by: Dan Halbert <halbert@halwitz.org >
2026-04-30 23:22:17 +10:00
Andrew Leech
5b3c928f53
unix/main: Use standard pyexec REPL for unix and windows ports.
...
This improves REPL usage consistency across ports, by utilizing the pyexec
code for the unix REPL.
Only enabled when MICROPY_USE_READLINE == 1 (the default).
Signed-off-by: Andrew Leech <andrew.leech@planetinnovation.com.au >
2025-11-22 00:00:07 +11:00
Damien George
3aa7dd23c9
unix: Add exit and paste-mode hints to shell startup banner.
...
Thanks to @nyov for the initial patch.
2015-10-12 00:19:00 +01:00
Damien George
0334058fa4
Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.
2015-10-12 00:06:25 +01:00
Tom Soulanille
89852d38ef
run-tests: Test REPL emacs keys, but only if present.
...
Uses cmdline/repl_emacs_check.py to check for presence of emacs keys in
repl before doing full feature test.
2015-08-06 00:03:44 +01:00