We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e599e1 commit e67ad46Copy full SHA for e67ad46
unittest/unicharset_test.cc
@@ -77,7 +77,7 @@ TEST(UnicharsetTest, Multibyte) {
77
EXPECT_EQ(u.size(), 9);
78
EXPECT_EQ(u.unichar_to_id("\u0627"), 3);
79
EXPECT_EQ(u.unichar_to_id("\u062c"), 4);
80
- // The first two bytes of this std::string is \u0627, which matches id 3;
+ // The first two bytes of this string is \u0627, which matches id 3;
81
EXPECT_EQ(u.unichar_to_id("\u0627\u062c", 2), 3);
82
EXPECT_EQ(u.unichar_to_id("\u062f"), 5);
83
// Individual f and i are not present, but they are there as a pair.
0 commit comments