Commit 17dbc3f
committed
🐛 Make sure grep uses extended regex syntax
Otherwise it will complain about the escaped brackets. We do WANT to
escape them though since we want to use the same pattern also in our
fallback implementation in case grep isn't available.
Closes #21 parent 3f83697 commit 17dbc3f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments