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

8 lines
676 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

✘ 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