Skip to content

Commit 945090c

Browse files
authored
Merge pull request #1346 from Plasma/feature-partition-filter-main
Detect the 'partition' token during filter element parsing (main branch)
2 parents 3c37047 + af674ab commit 945090c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NUnitEngine/nunit.engine/Services/TestSelectionParser.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ public string ParseFilterElement()
126126
case "name":
127127
case "test":
128128
case "namespace":
129+
case "partition":
129130
Token op = lhs.Text == "id"
130131
? Expect(EQ_OPS)
131132
: Expect(REL_OPS);

0 commit comments

Comments
 (0)