Skip to content

Commit b8e3905

Browse files
committed
tests: update for TeXLive 2021
This is mostly changes to PDF output from the xdvipdfmx outputs, but we actually need to change the trip test due to TeX bugfix #433.
1 parent 3febd59 commit b8e3905

16 files changed

Lines changed: 61 additions & 60 deletions

tests/formats.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,6 @@ fn plain_format() {
196196
test_format_generation(
197197
"plain.tex",
198198
"plain.fmt",
199-
"e9d8110437d1a7773878e0728cbb99e279d70b2ea348f4715f415b83e73d62b7",
199+
"83bdb2d9caae2406f22940cab5ec689e6c3dcaa64d110259b31f7eb4bc087a42",
200200
)
201201
}

tests/tex-outputs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ fn pdfoutput() {
289289
}
290290

291291
#[test]
292-
fn pdfimages() {
292+
fn png_formats() {
293293
TestCase::new("png_formats").check_pdf(true).go()
294294
}
295295

tests/tex-outputs/a4paper.pdf

0 Bytes
Binary file not shown.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
**
22
(file_encoding.tex (file_encoding_utf8.txt
3-
Missing character: There is no 🌍 in font cmr10!
3+
Missing character: There is no 🌍 ("1F30D) in font cmr10!
44
) (file_encoding_utf16be.txt
5-
Missing character: There is no 🌍 in font cmr10!
5+
Missing character: There is no 🌍 ("1F30D) in font cmr10!
66
)
77
(file_encoding_utf16le.txt
8-
Missing character: There is no 🌍 in font cmr10!
8+
Missing character: There is no 🌍 ("1F30D) in font cmr10!
99
) [1] )
1010
Output written on file_encoding.xdv (1 page, 300 bytes).
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
**
22
(hallöchen 🐨 welt 🌍.tex
3-
Missing character: There is no ö in font cmr10!
4-
Missing character: There is no 🐨 in font cmr10!
5-
Missing character: There is no 🌍 in font cmr10!
3+
Missing character: There is no ö ("F6) in font cmr10!
4+
Missing character: There is no 🐨 ("1F428) in font cmr10!
5+
Missing character: There is no 🌍 ("1F30D) in font cmr10!
66
[1] )
77
Output written on hallöchen 🐨 welt 🌍.xdv (1 page, 248 bytes).

tests/tex-outputs/md5_of_hello.pdf

-6 Bytes
Binary file not shown.
-18 Bytes
Binary file not shown.

tests/tex-outputs/otf_basic.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
**
22
(otf_basic.tex
3-
Missing character: There is no 𐐷 in font [lmroman12-regular]!
3+
Missing character: There is no 𐐷 (U+10437) in font [lmroman12-regular]!
44
[1] )
55
Output written on otf_basic.xdv (1 page, 6304 bytes).

tests/tex-outputs/png_formats.pdf

-2 Bytes
Binary file not shown.

tests/tex-outputs/redbox_png.pdf

-20 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)