-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!: gathered_filter to process regex correctly (#583)
Removed backslash(\) escape char from shlex to avoid escaping and properly processing regex expressions. BREAKING CHANGE: `gathered_filter` in 'gathered' state now accepts valid regex expressions, the previous syntax with extra escape characters is not valid anymore.
- Loading branch information
1 parent
2375a93
commit ae4103a
Showing
2 changed files
with
38 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters