lnav/test/expected/test_sql_regexp.sh_219a579cf7744fa08ab79fadd08b521b2f18a661.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
686 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_into_json('abc=def;ghi=jkl;', '^(')
 --> pattern
 | ^( 
 |  ^ missing closing parenthesis