File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,17 +60,17 @@ class nilsimsa_tester {
6060
6161} // namespace
6262
63- TEST (nilisimsa , empty) {
63+ TEST (nilsimsa , empty) {
6464 EXPECT_EQ (nilsimsa_tester::hash (" " ),
6565 " 0000000000000000000000000000000000000000000000000000000000000000" );
6666}
6767
68- TEST (nilisimsa , abcdefgh) {
68+ TEST (nilsimsa , abcdefgh) {
6969 EXPECT_EQ (nilsimsa_tester::hash (" abcdefgh" ),
7070 " 14c8118000000000030800000004042004189020001308014088003280000078" );
7171}
7272
73- TEST (nilisimsa , incremental) {
73+ TEST (nilsimsa , incremental) {
7474 nilsimsa_tester ns;
7575
7676 ns.update (" a" );
@@ -85,7 +85,7 @@ TEST(nilisimsa, incremental) {
8585 " 14c811840010000c0328200108040630041890200217582d4098103280000078" );
8686}
8787
88- TEST (nilisimsa , moreabc) {
88+ TEST (nilsimsa , moreabc) {
8989 constexpr auto input = " abcdefghijklmnopqrstuvwxyz" sv;
9090 constexpr std::array<std::string_view, input.size ()> expected{
9191 " 0000000000000000000000000000000000000000000000000000000000000000" ,
You can’t perform that action at this time.
0 commit comments