Details
Description
When running tests using the following command -Djbehave.meta.filter="+tag release:0_3"
All tests with this tag are skipped by the filter.
But when we remove the colon all tests are found and run successfully.
It is not only colons I have also tried $ and & with the same results.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Summary | Character restrictions in meta filters | Character restrictions in default meta filters |
| Assignee | Mauro Talevi [ maurotalevi ] | |
| Fix Version/s | 3.7.4 [ 18964 ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Summary | Character restrictions in default meta filters | Allow puncuation characters in default meta filters |
| Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
| Fix Version/s | 3.8 [ 19104 ] |
Added support for following characters: [.,;:!$&] in default meta filter.