diff options
Diffstat (limited to 'tests/indent/python/error_state_funcall.py')
| -rw-r--r-- | tests/indent/python/error_state_funcall.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/indent/python/error_state_funcall.py b/tests/indent/python/error_state_funcall.py new file mode 100644 index 000000000..e86720ed1 --- /dev/null +++ b/tests/indent/python/error_state_funcall.py @@ -0,0 +1,5 @@ + +f(1,2,3, + 4,5,6) + +g(1,2,3, |
