X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/14b28c89c22659e1f935bc0ac22ee03d90bcc290..7567cdf3b4f32d4fb12bd5ca0da838f7ff252cfc:/tests/data/remove_parens.py diff --git a/tests/data/remove_parens.py b/tests/data/remove_parens.py index afc3401..abd5f71 100644 --- a/tests/data/remove_parens.py +++ b/tests/data/remove_parens.py @@ -54,7 +54,6 @@ def example7(): def example8(): return (((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((None))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))) - # output x = 1 x = 1.2 @@ -141,4 +140,3 @@ def example7(): def example8(): return None -