diff options
Diffstat (limited to 'tests/indent/python/error_state_dict.py')
| -rw-r--r-- | tests/indent/python/error_state_dict.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/indent/python/error_state_dict.py b/tests/indent/python/error_state_dict.py new file mode 100644 index 000000000..dec92b1f9 --- /dev/null +++ b/tests/indent/python/error_state_dict.py @@ -0,0 +1,6 @@ + +d = {1:4, + 2:3, + 4:5} + +d2 = {1:3, |
