Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson committed Dec 19, 2023
1 parent 7d16e42 commit 6718e84
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ const testCases: { name: string; isOk: boolean; content: string }[] = [
isOk: false,
content: "(if_statement) @statement.leading.start",
},
{
name: "Dummy start",
isOk: false,
content: "(if_statement) @dummy.start",
},
{
name: "Text fragment removal",
isOk: false,
Expand Down

0 comments on commit 6718e84

Please sign in to comment.