diff options
Diffstat (limited to 'tests/indent/python/error_state_set.py')
| -rw-r--r-- | tests/indent/python/error_state_set.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/indent/python/error_state_set.py b/tests/indent/python/error_state_set.py new file mode 100644 index 000000000..31338de68 --- /dev/null +++ b/tests/indent/python/error_state_set.py @@ -0,0 +1,5 @@ +s = {1, + 2, + 3} + +s2 = {1, |
