mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 18:45:07 +00:00
LibWeb: Update TestHTMLTokenizer's expected token hash
The output of the tokenizer changed in commit:
b193351a99
.
This commit is contained in:
parent
3243091c0d
commit
7e63f0eb32
1 changed files with 1 additions and 1 deletions
|
@ -206,5 +206,5 @@ TEST_CASE(regression)
|
||||||
auto file_contents = file.value()->read_all();
|
auto file_contents = file.value()->read_all();
|
||||||
auto tokens = run_tokenizer(file_contents);
|
auto tokens = run_tokenizer(file_contents);
|
||||||
u32 hash = hash_tokens(tokens);
|
u32 hash = hash_tokens(tokens);
|
||||||
EXPECT_EQ(hash, 2203864459u);
|
EXPECT_EQ(hash, 1280197787u);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue