mirror of
https://github.com/mikefarah/yq.git
synced 2026-03-30 23:10:06 +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 | ||