X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/b073c9a4e956f0e350394b7b164cac25801256d7..7b11f04d54d6da117ed5e640fd9420727f07ef81:/tests/data/expression.diff?ds=inline diff --git a/tests/data/expression.diff b/tests/data/expression.diff index c3ee14d..eff98f9 100644 --- a/tests/data/expression.diff +++ b/tests/data/expression.diff @@ -118,7 +118,7 @@ call(**self.screen_kwargs) call(b, **self.screen_kwargs) lukasz.langa.pl -@@ -94,23 +115,25 @@ +@@ -94,23 +115,23 @@ 1.0 .real ....__class__ list[str] @@ -132,15 +132,12 @@ xxxx_xxxxx_xxxx_xxx: Callable[..., List[SomeClass]] = classmethod( # type: ignore sync(async_xxxx_xxx_xxxx_xxxxx_xxxx_xxx.__func__) ) --xxxx_xxx_xxxx_xxxxx_xxxx_xxx: Callable[..., List[SomeClass]] = classmethod( # type: ignore -- sync(async_xxxx_xxx_xxxx_xxxxx_xxxx_xxx.__func__) --) - xxxx_xxx_xxxx_xxxxx_xxxx_xxx: Callable[ - ..., List[SomeClass] + xxxx_xxx_xxxx_xxxxx_xxxx_xxx: Callable[..., List[SomeClass]] = classmethod( # type: ignore + sync(async_xxxx_xxx_xxxx_xxxxx_xxxx_xxx.__func__) + ) +-xxxx_xxx_xxxx_xxxxx_xxxx_xxx: Callable[ +- ..., List[SomeClass] -] = classmethod(sync(async_xxxx_xxx_xxxx_xxxxx_xxxx_xxx.__func__)) # type: ignore -+] = classmethod( # type: ignore -+ sync(async_xxxx_xxx_xxxx_xxxxx_xxxx_xxx.__func__) -+) +xxxx_xxx_xxxx_xxxxx_xxxx_xxx: Callable[..., List[SomeClass]] = classmethod( + sync(async_xxxx_xxx_xxxx_xxxxx_xxxx_xxx.__func__) +) # type: ignore @@ -149,7 +146,7 @@ slice[0:1:2] slice[:] slice[:-1] -@@ -134,113 +157,171 @@ +@@ -134,113 +155,171 @@ numpy[-(c + 1) :, d] numpy[:, l[-2]] numpy[:, ::-1]