From 64c664387d71ed01d18ab2b23327bbdd9757bd46 Mon Sep 17 00:00:00 2001 From: Ryan Harrison Date: Mon, 12 Mar 2018 16:12:44 +0000 Subject: Add test that non-ASCII characters to not foul hyphen processing In this doc there is a hyphen followed a fi ligature. Older versions of PDFium were not inserting the appropriate soft hyphen marker (0x0002) at this point, since they were only checking for ASCII characters. That bug is fixed in the preceding CLs, so this test is being added to avoid regressions. BUG=pdfium:1029 Change-Id: I9c9906de5a13ade1400a589fb18967938150516d Reviewed-on: https://pdfium-review.googlesource.com/28470 Commit-Queue: Ryan Harrison Reviewed-by: Henrique Nakashima Reviewed-by: dsinclair --- testing/resources/bug_1029.pdf | Bin 0 -> 54666 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 testing/resources/bug_1029.pdf (limited to 'testing') diff --git a/testing/resources/bug_1029.pdf b/testing/resources/bug_1029.pdf new file mode 100644 index 0000000000..c03f03de5b Binary files /dev/null and b/testing/resources/bug_1029.pdf differ -- cgit v1.2.3