mirror of
https://github.com/mikefarah/yq.git
synced 2026-06-27 07:27:49 +00:00
The quotation mark and closing parenthesis were swapped.
Before:
```
$ echo "Hello kitty" | yq eval 'test("(?i)cats)"'
Error: bad expression - probably missing close bracket on TEST
```
After:
```
$ echo "Hello kitty" | yq eval 'test("(?i)cats")'
false
```
|
||
|---|---|---|
| .. | ||
| yqlib | ||