Skip to content

Commit

Permalink
ut fix
Browse files Browse the repository at this point in the history
Change-Id: Ic2a7fbd9b49828c74a12642a7c40d1cb2163b599
  • Loading branch information
unigof committed Aug 25, 2023
1 parent 078478e commit 5028f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/functions/lib/tests/Re2FunctionsTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@ TEST_F(Re2FunctionsTest, regexSplitAllNonAscii) {
testRe2SplitAll(
// split('苹果香蕉velox橘子 ', '橘子')
{"苹果香蕉velox橘子 "},
{"velox"},
{"橘子"},
{{{"苹果香蕉velox", " "}}});
}

Expand Down

0 comments on commit 5028f79

Please sign in to comment.