 n4zukkerandMike Farah
|
4155c99a12
|
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-05-03 11:27:51 +10:00 |
|