X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/e974fc3c52959e9f01bf62bdcd0d8c100ce78985..8c5d96ffd3da6d621e67639dadd26a1d7d0227cd:/tests/data/preview/long_strings__type_annotations.py diff --git a/tests/data/preview/long_strings__type_annotations.py b/tests/data/preview/long_strings__type_annotations.py index 41d7ee2..45de882 100644 --- a/tests/data/preview/long_strings__type_annotations.py +++ b/tests/data/preview/long_strings__type_annotations.py @@ -54,6 +54,6 @@ def func( def func( - argument: ("int |" "str"), + argument: "int |" "str", ) -> Set["int |" " str"]: pass