X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/715f60c11bc12d8d6ffedded90c2b9a6a1b6a287:/tests/data/simple_cases/fmtonoff4.py..a69bda3b9bde208d5489eb2e37fc982b6bc1d8df:/tests/data/cases/static/git-favicon.png diff --git a/tests/data/simple_cases/fmtonoff4.py b/tests/data/simple_cases/fmtonoff4.py deleted file mode 100644 index 4ca7079..0000000 --- a/tests/data/simple_cases/fmtonoff4.py +++ /dev/null @@ -1,36 +0,0 @@ -# fmt: off -@test([ - 1, 2, - 3, 4, -]) -# fmt: on -def f(): pass - -@test([ - 1, 2, - 3, 4, -]) -def f(): pass - -# output - -# fmt: off -@test([ - 1, 2, - 3, 4, -]) -# fmt: on -def f(): - pass - - -@test( - [ - 1, - 2, - 3, - 4, - ] -) -def f(): - pass