-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move files in ./misc to new test suit
- Loading branch information
1 parent
6bc4a43
commit bf6b692
Showing
9 changed files
with
98 additions
and
17 deletions.
There are no files selected for viewing
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
21 changes: 21 additions & 0 deletions
21
testfiles/polyglossia-with-defaultfontfeatures-workaround.luatex.tlg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
This is a generated file for the l3build validation system. | ||
Don't change this file in any respect. | ||
> \box...= | ||
\hbox(7.16+1.95)x59.69002, direction TLT | ||
.\TU/NewCM10(1)/m/n/10 П | ||
.\TU/NewCM10(1)/m/n/10 р | ||
.\TU/NewCM10(1)/m/n/10 и | ||
.\discretionary (penalty 50) | ||
..< \TU/NewCM10(1)/m/n/10 - | ||
.\TU/NewCM10(1)/m/n/10 в | ||
.\TU/NewCM10(1)/m/n/10 е | ||
.\TU/NewCM10(1)/m/n/10 т | ||
.\glue(\spaceskip) 3.33 plus 1.665 minus 1.11 | ||
.\TU/NewCM10(1)/m/n/10 М | ||
.\TU/NewCM10(1)/m/n/10 и | ||
.\TU/NewCM10(1)/m/n/10 р | ||
.\TU/NewCM10(1)/m/n/10 ! | ||
! OK. | ||
<to be read again> | ||
\begingroup | ||
l. ...\START\showbox0\END |
20 changes: 20 additions & 0 deletions
20
testfiles/polyglossia-with-defaultfontfeatures-workaround.lvt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
\input{regression-test.tex} | ||
\documentclass{article} | ||
\usepackage{polyglossia} | ||
\setmainlanguage{russian} | ||
\defaultfontfeatures{Scale=MatchLowercase} | ||
\setmainfont{NewCM10}[% | ||
UprightFont = *-Regular, | ||
BoldFont = *-Bold, | ||
Extension = .otf, | ||
ItalicFont = *-Italic, | ||
BoldItalicFont = *-BoldItalic] | ||
\newfontfamily\cyrillicfont[Script=Cyrillic]{NewCM10}[% | ||
UprightFont = *-Regular, | ||
BoldFont = *-Bold, | ||
Extension = .otf, | ||
ItalicFont = *-Italic, | ||
BoldItalicFont = *-BoldItalic] | ||
\begin{document} | ||
\setbox0=\hbox{Привет Мир!} | ||
\START\showbox0\END |
11 changes: 11 additions & 0 deletions
11
testfiles/polyglossia-with-defaultfontfeatures-workaround.tlg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
This is a generated file for the l3build validation system. | ||
Don't change this file in any respect. | ||
> \box...= | ||
\hbox(7.16+1.94998)x59.69002 | ||
.\TU/NewCM10(1)/m/n/10 Привет | ||
.\glue 3.33 plus 1.665 minus 1.11 | ||
.\TU/NewCM10(1)/m/n/10 Мир! | ||
! OK. | ||
<to be read again> | ||
\begingroup | ||
l. ...\START\showbox0\END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
This is a generated file for the l3build validation system. | ||
Don't change this file in any respect. | ||
> \box...= | ||
\hbox(7.16+1.95)x59.69002, direction TLT | ||
.\TU/NewCM10(1)/m/n/10 П | ||
.\TU/NewCM10(1)/m/n/10 р | ||
.\TU/NewCM10(1)/m/n/10 и | ||
.\discretionary (penalty 50) | ||
..< \TU/NewCM10(1)/m/n/10 - | ||
.\TU/NewCM10(1)/m/n/10 в | ||
.\TU/NewCM10(1)/m/n/10 е | ||
.\TU/NewCM10(1)/m/n/10 т | ||
.\glue(\spaceskip) 3.33 plus 1.665 minus 1.11 | ||
.\TU/NewCM10(1)/m/n/10 М | ||
.\TU/NewCM10(1)/m/n/10 и | ||
.\TU/NewCM10(1)/m/n/10 р | ||
.\TU/NewCM10(1)/m/n/10 ! | ||
! OK. | ||
<to be read again> | ||
\begingroup | ||
l. ...\START\showbox0\END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
\input{regression-test.tex} | ||
\documentclass{article} | ||
\usepackage{polyglossia} | ||
\setmainlanguage{russian} | ||
\defaultfontfeatures{Scale=MatchLowercase} | ||
\setmainfont{NewCM10}[% | ||
UprightFont = *-Regular, | ||
BoldFont = *-Bold, | ||
Extension = .otf, | ||
ItalicFont = *-Italic, | ||
BoldItalicFont = *-BoldItalic] | ||
\begin{document} | ||
\setbox0=\hbox{Привет Мир!} | ||
\START\showbox0\END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
This is a generated file for the l3build validation system. | ||
Don't change this file in any respect. | ||
> \box...= | ||
\hbox(7.16+1.94998)x59.69002 | ||
.\TU/NewCM10(1)/m/n/10 Привет | ||
.\glue 3.33 plus 1.665 minus 1.11 | ||
.\TU/NewCM10(1)/m/n/10 Мир! | ||
! OK. | ||
<to be read again> | ||
\begingroup | ||
l. ...\START\showbox0\END |