summaryrefslogtreecommitdiffstatshomepage
path: root/tests/cmdline/repl_cont.py.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cmdline/repl_cont.py.exp')
-rw-r--r--tests/cmdline/repl_cont.py.exp20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/cmdline/repl_cont.py.exp b/tests/cmdline/repl_cont.py.exp
index 1f8f9f5fac..185754799d 100644
--- a/tests/cmdline/repl_cont.py.exp
+++ b/tests/cmdline/repl_cont.py.exp
@@ -3,6 +3,26 @@ Micro Python \.\+ version
>>> 1 \\\\
... + 2
3
+>>> '"'
+'"'
+>>> "'"
+"'"
+>>> '\\\\''
+"'"
+>>> "\\\\""
+'"'
+>>> '\\\\'('
+"'("
+>>> "\\\\"("
+'"('
+>>> print("\\\\"(")
+"(
+>>> print('\\\\'(')
+'(
+>>> print("\\\\'(")
+'(
+>>> print('\\\\"(')
+"(
>>> 'abc'
'abc'
>>> "abc"