Skip to content

Commit

Permalink
Detect the 'partition' token during filter element parsing
Browse files Browse the repository at this point in the history
This adds support for a new PartitionFilter at nunit/nunit#4392
  • Loading branch information
Plasma committed May 22, 2023
1 parent 5c2c74f commit 6e3d17e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ public string ParseFilterElement()
case "name":
case "test":
case "namespace":
case "partition":
Token op = lhs.Text == "id"
? Expect(EQ_OPS)
: Expect(REL_OPS);
Expand Down

0 comments on commit 6e3d17e

Please sign in to comment.