aboutsummaryrefslogtreecommitdiffstats
path: root/lua/tests/indent/python/join_lines.py
diff options
context:
space:
mode:
Diffstat (limited to 'lua/tests/indent/python/join_lines.py')
-rw-r--r--lua/tests/indent/python/join_lines.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/lua/tests/indent/python/join_lines.py b/lua/tests/indent/python/join_lines.py
deleted file mode 100644
index 491b2cc37..000000000
--- a/lua/tests/indent/python/join_lines.py
+++ /dev/null
@@ -1,8 +0,0 @@
-a = 2 \
- + 2
-
-b = 'hello' \
- 'world'
-
-c = lambda x: \
- x + 3