Tests/JBIG2: Add a test for symbol and text segment decoding

This commit is contained in:
Nico Weber 2024-03-23 10:15:53 -04:00 committed by Tim Flynn
parent ced21d8419
commit 259a84ddac
Notes: sideshowbarker 2024-07-17 05:23:40 +09:00

View File

@ -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) {