lnav/test/expected/test_sql_regexp.sh_a610798fefdacd8d0179a4b17cd757d00fb731be.err

8 lines
676 B
Plaintext
Raw Normal View History

✘ 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