From 259a84ddac2791c56b0beefa3e3a20d0e7006527 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Sat, 23 Mar 2024 10:15:53 -0400 Subject: [PATCH] Tests/JBIG2: Add a test for symbol and text segment decoding --- Tests/LibGfx/TestImageDecoder.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/LibGfx/TestImageDecoder.cpp b/Tests/LibGfx/TestImageDecoder.cpp index dde8529951d..a81b227feac 100644 --- a/Tests/LibGfx/TestImageDecoder.cpp +++ b/Tests/LibGfx/TestImageDecoder.cpp @@ -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) {