diff options
Diffstat (limited to 'tests/cmdline/repl_cont.py')
-rw-r--r-- | tests/cmdline/repl_cont.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/cmdline/repl_cont.py b/tests/cmdline/repl_cont.py index 06c445d12..e41d46ace 100644 --- a/tests/cmdline/repl_cont.py +++ b/tests/cmdline/repl_cont.py @@ -1,6 +1,16 @@ # check REPL allows to continue input 1 \ + 2 +'"' +"'" +'\'' +"\"" +'\'(' +"\"(" +print("\"(") +print('\'(') +print("\'(") +print('\"(') 'abc' "abc" '''abc |