Update test Issue874: Also more text on page 2

Page two has had four more characters added, which is now delected by this xref-stream fix
This commit is contained in:
Richard Flamsholt
2025-09-30 16:18:07 +02:00
committed by BobLd
parent 57921c7e9b
commit 33a8d829ee

View File

@@ -478,7 +478,7 @@
Assert.Equal(1939, page1.Letters.Count);
var page2 = document.GetPage(2);
Assert.Equal(2430, page2.Letters.Count);
Assert.Equal(2434, page2.Letters.Count);
}
using (var document = PdfDocument.Open(doc, new ParsingOptions() { UseLenientParsing = true, SkipMissingFonts = false }))