Add failing test for arXiv issue

This commit is contained in:
CraftSpider 2024-03-29 09:40:57 -07:00 committed by Rune Tynan
parent 0c709b052f
commit 5fdeae3014
No known key found for this signature in database
GPG Key ID: 7ECC932F8B2C731E
4 changed files with 28 additions and 0 deletions

View File

@ -199,6 +199,13 @@ fn file_encoding() {
.go()
}
#[test]
fn utf8_chars() {
TestCase::new("utf8_chars")
.expect(Ok(TexOutcome::Warnings))
.go();
}
/// An issue triggered by a bug in how the I/O subsystem reported file offsets
/// after an ungetc() call.
#[test]

View File

@ -0,0 +1,13 @@
**
(utf8_chars.tex
Missing character: There is no א (U+05D0) in font [lmroman12-regular]!
Missing character: There is no ֳ (U+05B3) in font [lmroman12-regular]!
Missing character: There is no ר (U+05E8) in font [lmroman12-regular]!
Missing character: There is no ָ (U+05B8) in font [lmroman12-regular]!
Missing character: There is no נ (U+05E0) in font [lmroman12-regular]!
Missing character: There is no ִ (U+05B4) in font [lmroman12-regular]!
Missing character: There is no י (U+05D9) in font [lmroman12-regular]!
Missing character: There is no ם (U+05DD) in font [lmroman12-regular]!
Missing character: There is no ֳ (U+05B3) in font [lmroman12-regular]!
[1] )
Output written on utf8_chars.xdv (1 page, 728 bytes).

View File

@ -0,0 +1,8 @@
% Examples of non-ASCII/Latin text
\font\r="[lmroman12-regular]"
% Missing in font - intentional
\r Hebrew: אֳרָנִים
\r Hebrew modifier on Latin: 9ֳ9
\bye

Binary file not shown.