Skip to content

Commit

Permalink
Adding test; #576
Browse files Browse the repository at this point in the history
  • Loading branch information
the-moisrex committed Dec 20, 2024
1 parent fb80518 commit 07943a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unicode_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6914,6 +6914,7 @@ TEST(Unicode, FuzzFixes) {
EXPECT_EQ("\xac", toNFC<std::string>("\xac"));
EXPECT_EQ("\x90\xe", toNFC<std::string>("\x90\xe"));
EXPECT_EQ("\xa\x8a", toNFC<std::string>("\xa\x8a"));
EXPECT_EQ("\xb6\x4a", toNFC<std::string>("\xb6\x4a"));
}

// NOLINTEND(*-magic-numbers, *-pro-bounds-pointer-arithmetic)

0 comments on commit 07943a5

Please sign in to comment.