Browse Source
This adds a new test to verify that the inspect (-i) command line option works.pull/5606/head
David Lechner
5 years ago
committed by
Damien George
2 changed files with 8 additions and 0 deletions
@ -0,0 +1,2 @@ |
|||
# cmdline: -c print("test") -i |
|||
# -c option combined with -i option results in REPL |
@ -0,0 +1,6 @@ |
|||
test |
|||
MicroPython \.\+ version |
|||
Use \.\+ |
|||
>>> # cmdline: -c print("test") -i |
|||
>>> # -c option combined with -i option results in REPL |
|||
>>> |
Loading…
Reference in new issue