Skip to content

Commit

Permalink
ut update format
Browse files Browse the repository at this point in the history
Change-Id: Icebc557febd2070d8971c1344618a30645ed9d90
  • Loading branch information
unigof committed Aug 25, 2023
1 parent 07707de commit 078478e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions velox/functions/lib/tests/Re2FunctionsTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1085,14 +1085,14 @@ TEST_F(Re2FunctionsTest, regexSplitAllNonAscii) {
{"\u0076\u0065\u006c\u006f\u0078\u6d4b\u8bd5"},
{"\u6d4b\u8bd5"},
{{{"velox", ""}}});
testRe2SplitAll(

testRe2SplitAll(
// split('苹果香蕉velox橘子 ', 'velox')
{"苹果香蕉velox橘子 "},
{"velox"},
{{{"苹果香蕉", "橘子 "}}});

testRe2SplitAll(
testRe2SplitAll(
// split('苹果香蕉velox橘子 ', '橘子')
{"苹果香蕉velox橘子 "},
{"velox"},
Expand Down

0 comments on commit 078478e

Please sign in to comment.