1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 04:38:11 +00:00

Tests: Add comments to the HTMLTokenizer regression test file

This commit is contained in:
Max Wipfli 2021-07-15 00:43:18 +02:00 committed by Andreas Kling
parent bb2aed7d76
commit a9a54914bf
2 changed files with 4 additions and 1 deletions

View file

@ -193,5 +193,5 @@ TEST_CASE(regression)
auto file_contents = file.value()->read_all();
auto tokens = run_tokenizer(file_contents);
u32 hash = hash_tokens(tokens);
EXPECT_EQ(hash, 1328591125u);
EXPECT_EQ(hash, 2891738465u);
}