Skip to content

Commit

Permalink
fix slt error message
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <wangrunji0408@163.com>
  • Loading branch information
wangrunji0408 committed Dec 25, 2023
1 parent 582dde7 commit 988d0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_test/batch/basic/func.slt.part
Expand Up @@ -643,7 +643,7 @@ select regexp_count('foobarbaz', 'b..', 'i');
query error invalid regular expression option: "a"
select regexp_count('foobarbaz', 'b..', 3, 'a');

query error regexp_count() does not support the "global" option
query error regexp_count\(\) does not support the "global" option
select regexp_count('foobar', 'b..', 1, 'g');

query T
Expand Down

0 comments on commit 988d0f2

Please sign in to comment.