aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/python/aligned_indent.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/python/aligned_indent.py')
-rw-r--r--tests/indent/python/aligned_indent.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/indent/python/aligned_indent.py b/tests/indent/python/aligned_indent.py
index b92356740..bdba8467a 100644
--- a/tests/indent/python/aligned_indent.py
+++ b/tests/indent/python/aligned_indent.py
@@ -2,6 +2,12 @@ def aligned_indent(arg1,
arg2):
pass
+def aligned_indent2(
+ arg1,
+ arg2
+):
+ pass
+
aligned_indent(1,
2)
@@ -10,5 +16,10 @@ aligned_indent(1,
2
)
+aligned_indent(
+ 1,
+ 2
+)
+
foodsadsa(sdada,
2