X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/c2327c83b28aa9ae6e7ea7078f17033c23e34d9c..41240e9a784fe11d9e1a76befaf09b7ab2d09893:/tests/data/fmtonoff.py diff --git a/tests/data/fmtonoff.py b/tests/data/fmtonoff.py index 74b52ec..b2e9fc0 100644 --- a/tests/data/fmtonoff.py +++ b/tests/data/fmtonoff.py @@ -11,6 +11,10 @@ from third_party import (X, Y, Z) # fmt: on f'trigger 3.6 mode' +# Comment 1 + +# Comment 2 + # fmt: off def func_no_args(): a; b; c @@ -159,6 +163,10 @@ from third_party import (X, Y, Z) # fmt: on f"trigger 3.6 mode" +# Comment 1 + +# Comment 2 + # fmt: off def func_no_args(): a; b; c