mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
test: fix assertion
This commit is contained in:
parent
22db95993a
commit
5c31d37bd7
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ _ = func()
|
|||
# ^^^^ @function.call
|
||||
|
||||
"{}".format(1)
|
||||
# ^^^^^^ @function.call
|
||||
# ^^^^^^ @function.method.call
|
||||
|
||||
class Foo:
|
||||
def method(self) -> None: ...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue