Skip to content

Commit 48e78ba

Browse files
[tests] Fix run_segmenter.CombiningCircle test
Signed-off-by: Christian Parpart <[email protected]>
1 parent 431c9f7 commit 48e78ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libunicode/run_segmenter_test.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ TEST_CASE("run_segmenter.JapaneseHindiEmojiMix", "[run_segmenter]")
144144

145145
TEST_CASE("run_segmenter.CombiningCircle", "[run_segmenter]")
146146
{
147-
test_run_segmentation(__LINE__, { { U"◌́◌̀◌̈◌̂◌̄◌̊", Script::Common, PresentationStyle::Text } });
147+
test_run_segmentation(__LINE__, { { U"◌́◌̀◌̈◌̂◌̄◌̊", Script::Latin, PresentationStyle::Text } });
148148
}
149149

150150
TEST_CASE("run_segmenter.Arab_Hangul", "[run_segmenter]")

0 commit comments

Comments
 (0)