aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/python/strings.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/python/strings.py')
-rw-r--r--tests/indent/python/strings.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/indent/python/strings.py b/tests/indent/python/strings.py
new file mode 100644
index 000000000..0eb088fa6
--- /dev/null
+++ b/tests/indent/python/strings.py
@@ -0,0 +1,17 @@
+a = """
+ String A
+"""
+
+b = """
+String B
+"""
+
+c = """
+ String C
+ """
+
+d = """
+ String D
+String D
+ String D
+ """