From ef2d4630e64c65759956540c8699f3b6fb9bb4a1 Mon Sep 17 00:00:00 2001 From: ou yuanning <45346669+ouyuanning@users.noreply.github.com> Date: Mon, 29 Aug 2022 02:33:45 +0800 Subject: [PATCH] remove tag (#4735) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- test/cases/function/func_string_reverse.test | 4 ++-- test/cases/function/func_string_rtrim_ltrim.test | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/cases/function/func_string_reverse.test b/test/cases/function/func_string_reverse.test index 5b5a05d37..f06f8189a 100644 --- a/test/cases/function/func_string_reverse.test +++ b/test/cases/function/func_string_reverse.test @@ -22,7 +22,7 @@ select a,reverse(a) from t1 where reverse(a)="olleh"; drop table t1; #瀛楃闆� --- @bvt:issue#3187 + drop table if exists `锛达紤`; drop table if exists `锛达紥`; drop table if exists `锛达紦`; @@ -68,7 +68,7 @@ DROP TABLE `锛达紪`; DROP TABLE `锛达紬`; DROP TABLE `锛达紭`; DROP TABLE `锛达紮`; --- @bvt:issue + #涓枃 SELECT REVERSE("浣犲ソ"); diff --git a/test/cases/function/func_string_rtrim_ltrim.test b/test/cases/function/func_string_rtrim_ltrim.test index e383545d0..82b9caf2b 100644 --- a/test/cases/function/func_string_rtrim_ltrim.test +++ b/test/cases/function/func_string_rtrim_ltrim.test @@ -21,7 +21,7 @@ SELECT 1 FROM t WHERE ltrim(a & NULL); DROP TABLE t; #鐗规畩瀛楃闆� --- @bvt:issue#3187 + drop table if exists `锛达紤`; drop table if exists `锛达紥`; drop table if exists `锛达紦`; @@ -130,7 +130,7 @@ drop table if exists `锛达紪`; drop table if exists `锛达紬`; drop table if exists `锛达紭`; drop table if exists `锛达紮`; --- @bvt:issue + #NULL SELECT RTRIM(NULL); -- GitLab