lnav/test/expected/test_sql_regexp.sh_a610798fefdacd8d0179a4b17cd757d00fb731be.err
Tim Stack b0589d14d9 [tidy] use factory_container for theme highlights
And... a bunch of other stuff
2023-07-25 20:45:12 -07:00

676 B

✘ error: “^(” is not a valid regular expression
reason: missing closing parenthesis
--> command-option:1
| ;SELECT * from regexp_capture('abc=def;ghi=jkl;', '^(')
--> pattern
| ^(
| ^ missing closing parenthesis