yq/pkg
n4zukker 539bc412f9
Typo in cats example
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
```
2025-04-02 21:45:23 -04:00
..
yqlib Typo in cats example 2025-04-02 21:45:23 -04:00