mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
test: add preproc assertion
This commit is contained in:
parent
80751de8c1
commit
c5c708dae1
1 changed files with 7 additions and 0 deletions
|
|
@ -8,3 +8,10 @@ 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