aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/python/error_state_tuple.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/python/error_state_tuple.py')
-rw-r--r--tests/indent/python/error_state_tuple.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/indent/python/error_state_tuple.py b/tests/indent/python/error_state_tuple.py
new file mode 100644
index 000000000..fda59c8c3
--- /dev/null
+++ b/tests/indent/python/error_state_tuple.py
@@ -0,0 +1,7 @@
+(
+ a,
+ b,
+ c,
+)
+
+(a,