mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-22 05:10:04 -04:00
test: add test cases for decorators
This commit is contained in:
parent
5c31d37bd7
commit
11d2f67baa
2 changed files with 22 additions and 7 deletions
|
|
@ -11,10 +11,3 @@ class Foo:
|
|||
|
||||
Foo().method()
|
||||
# ^^^^^^ @function.method.call
|
||||
|
||||
@pytest.mark.filterwarnings("ignore::DeprecationWarning")
|
||||
#^^^^^^ @variable
|
||||
# ^^^^ @variable.member
|
||||
# ^^^^^^^^^^^^^^ @function.method.call
|
||||
def test_func():
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue