mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
ci(tests): drop flaky wing parser tests
This commit is contained in:
parent
3e1d836e0e
commit
f08a9d97f7
2 changed files with 0 additions and 23 deletions
|
|
@ -1,19 +0,0 @@
|
||||||
bring cloud;
|
|
||||||
// <- @keyword
|
|
||||||
|
|
||||||
class Foo {
|
|
||||||
// <- @keyword
|
|
||||||
// ^ @variable
|
|
||||||
// ^ @punctuation.bracket
|
|
||||||
name: str;
|
|
||||||
//^ @variable.member
|
|
||||||
// ^ @type.builtin
|
|
||||||
// ^ @punctuation.delimiter
|
|
||||||
new(name: str) {
|
|
||||||
//^ @keyword
|
|
||||||
// ^ @variable
|
|
||||||
this.name = name;
|
|
||||||
// ^ @punctuation.delimiter
|
|
||||||
// ^ @operator
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
test1.test2.test3();
|
|
||||||
// <- @variable
|
|
||||||
// ^ @variable.member
|
|
||||||
// ^ @function.method.call
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue