summaryrefslogtreecommitdiffstatshomepage
path: root/tests/bytecode/mp-tests/string1.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bytecode/mp-tests/string1.py')
-rw-r--r--tests/bytecode/mp-tests/string1.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/bytecode/mp-tests/string1.py b/tests/bytecode/mp-tests/string1.py
deleted file mode 100644
index d6ddc7ae43..0000000000
--- a/tests/bytecode/mp-tests/string1.py
+++ /dev/null
@@ -1,11 +0,0 @@
-x = 'abc'
-x = "abc"
-x = r'abc'
-x = 'abc' \
- 'def'
-x = ('abc'
- 'def')
-
-x = 'ab"c'
-x = "ab'c"
-x = '''ab'c'''