renaming test case

Former-commit-id: 6a616089dd
This commit is contained in:
Minchul Lee 2021-10-11 01:20:52 +09:00
commit 5974830e79

View file

@ -70,7 +70,8 @@ TEST(KiwiCpp, AnalyzeError01)
res = kiwi.analyze(u"잤는데", Match::all);
EXPECT_EQ(res.first[0].str, std::u16string{ u"" });
}
TEST(KiwiCpp, AnalyzeError02) {
TEST(KiwiCpp, NormalizeCoda) {
Kiwi& kiwi = reuseKiwiInstance();
TokenResult res = kiwi.analyze(u"키윜ㅋㅋ", Match::all);
EXPECT_EQ(res.first[1].str, std::u16string{ u"ㅋㅋㅋ" });