summaryrefslogtreecommitdiffstats
path: root/test/expected/test_sql_regexp.sh_219a579cf7744fa08ab79fadd08b521b2f18a661.err
blob: 824c120bc5262ec0db307c82b60c0fb19a732952 (plain)
1
2
3
4
5
6
7
✘ 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