Skip to content

Commit

Permalink
Merge pull request nunit#1346 from Plasma/feature-partition-filter-main
Browse files Browse the repository at this point in the history
Detect the 'partition' token during filter element parsing (main branch)
  • Loading branch information
OsirisTerje authored Oct 16, 2023
2 parents 3c37047 + af674ab commit 945090c
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 945090c

Please sign in to comment.