X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/73cb6e7734370108742d992d4fe1fa2829f100fd..6417c99bfdbdc057e4a10aeff9967a751f4f85e9:/tests/test_format.py diff --git a/tests/test_format.py b/tests/test_format.py index 3895a09..c6c8110 100644 --- a/tests/test_format.py +++ b/tests/test_format.py @@ -48,6 +48,7 @@ SIMPLE_CASES: List[str] = [ "function2", "function_trailing_comma", "import_spacing", + "power_op_spacing", "remove_parens", "slices", "string_prefixes",