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