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 5ac9cae commit 7d16e42
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ const testCases: { name: string; isOk: boolean; content: string }[] = [
name: "Position captures",
isOk: true,
content:
"(if_statement) @statement.leading.startOf @statement.trailing.endOf",
"(if_statement) @statement.startOf @statement.leading.startOf @statement.trailing.endOf",
},
{
name: "Range captures",
isOk: true,
content:
"(if_statement) @statement.removal.start @statement.interior.start.endOf",
"(if_statement) @statement.start @statement.removal.start @statement.interior.start.endOf",
},
{
name: "Dummy capture",
Expand Down

0 comments on commit 7d16e42

Please sign in to comment.