mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
Tests/JBIG2: Add a test for symbol and text segment decoding
This commit is contained in:
parent
ced21d8419
commit
259a84ddac
Notes:
sideshowbarker
2024-07-17 05:23:40 +09:00
Author: https://github.com/nico
Commit: 259a84ddac
Pull-request: https://github.com/SerenityOS/serenity/pull/23661
Reviewed-by: https://github.com/trflynn89
1 changed files with 1 additions and 0 deletions
|
@ -356,6 +356,7 @@ TEST_CASE(test_jbig2_decode)
|
|||
Array test_inputs = {
|
||||
TEST_INPUT("jbig2/bitmap.jbig2"sv),
|
||||
TEST_INPUT("jbig2/bitmap-tpgdon.jbig2"sv),
|
||||
TEST_INPUT("jbig2/bitmap-symbol.jbig2"sv),
|
||||
};
|
||||
|
||||
for (auto test_input : test_inputs) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue