Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson committed Dec 17, 2023
1 parent 292f3cf commit 3c6c510
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ const testCases: { name: string; isOk: boolean; content: string }[] = [
isOk: false,
content: "(if_statement) @_",
},
{
name: "Wildcard start",
isOk: false,
content: "(if_statement) @_.start",
},
{
name: "Leading start",
isOk: false,
Expand Down

0 comments on commit 3c6c510

Please sign in to comment.