[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Increase maximal linelength in test output (4db7bf1)
Marcel Fabian Krüger
tex at 2krueger.de
Wed May 12 15:02:33 CEST 2021
Repository : https://github.com/latex3/luaotfload
On branch : dev
Link : https://github.com/latex3/luaotfload/commit/4db7bf16cf94fa1d498136e81dc81eff96e16b13
>---------------------------------------------------------------
commit 4db7bf16cf94fa1d498136e81dc81eff96e16b13
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Wed May 12 15:02:33 2021 +0200
Increase maximal linelength in test output
>---------------------------------------------------------------
4db7bf16cf94fa1d498136e81dc81eff96e16b13
build.lua | 2 +
testfiles-fontspec/aff-group.tlg | 15 +++----
testfiles-fontspec/aff-numbers.tlg | 6 +--
testfiles-fontspec/colour-basic.tlg | 9 ++--
testfiles-fontspec/colour-opacity.tlg | 9 ++--
testfiles-fontspec/em-declare.tlg | 6 +--
testfiles-fontspec/feat-scale-match.tlg | 6 +--
testfiles-fontspec/fontload-defaults-adding.tlg | 15 +++----
testfiles-fontspec/fontload-defaults.tlg | 6 +--
testfiles-fontspec/fontload-fontface-1.tlg | 3 +-
testfiles-fontspec/fontload-fontface-2-sc.tlg | 18 +++-----
testfiles-fontspec/fontload-fontface-3-sizing.tlg | 36 +++++----------
testfiles-fontspec/fontload-fontspec-file.tlg | 18 +++-----
testfiles-fontspec/fontload-nfssfamily-1.tlg | 6 +--
testfiles-fontspec/fontload-nfssfamily-2.tlg | 12 ++---
testfiles-fontspec/fontload-scfeat-nesting.tlg | 24 ++++------
testfiles-fontspec/fontload-sizefeatures-1.tlg | 9 ++--
.../fontload-sizefeatures-2-nesting.tlg | 48 +++++++-------------
testfiles-fontspec/user-alias-feature.tlg | 3 +-
testfiles-harf/scripts.tlg | 10 ++---
testfiles-latex-TU/tu-composites01.tlg | 11 +----
testfiles-latex-TU/tu-tl2e7.tlg | 51 ++++++++--------------
testfiles/color.tlg | 16 +++----
testfiles/math-stix2.tlg | 8 ++--
testfiles/my-resolver.tlg | 3 +-
testfiles/setxheight.tlg | 3 +-
testfiles/testtexmf.tlg | 3 +-
27 files changed, 125 insertions(+), 231 deletions(-)
diff --git a/build.lua b/build.lua
index c096951..7c607d6 100644
--- a/build.lua
+++ b/build.lua
@@ -96,6 +96,8 @@ checkruns = 3
checksuppfiles = {"texmf.cnf"}
typesetsuppfiles = {"texmf.cnf"}
+maxprintline=9999
+
-- exclude some text temporarly or in certain systems ...
if os.env["CONTEXTPATH"] then
-- local system
diff --git a/testfiles-fontspec/aff-group.tlg b/testfiles-fontspec/aff-group.tlg
index 7898b6b..25195f9 100644
--- a/testfiles-fontspec/aff-group.tlg
+++ b/testfiles-fontspec/aff-group.tlg
@@ -6,15 +6,13 @@ TU/texgyretermes-regular.otf(0)/m/n:
[texgyretermes-regular.otf]:mode=node;script=latn;language=dflt;+tlig;
Adding a colour:
TU/texgyretermes-regular.otf(1)/m/n:
- "[texgyretermes-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=
-AA00AAFF ;"
+ "[texgyretermes-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=AA00AAFF ;"
Back to normalfont:
TU/texgyretermes-regular.otf(0)/m/n:
[texgyretermes-regular.otf]:mode=node;script=latn;language=dflt;+tlig;
Open group and add a different colour:
TU/texgyretermes-regular.otf(2)/m/n:
- "[texgyretermes-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=
-00AAAAFF ;"
+ "[texgyretermes-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=00AAAAFF ;"
End the group:
TU/texgyretermes-regular.otf(0)/m/n:
[texgyretermes-regular.otf]:mode=node;script=latn;language=dflt;+tlig;
@@ -23,11 +21,9 @@ The following demonstrates strange behaviour to be wary of.
TU/texgyrepagella-regular.otf(0)/m/n:
[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;
TU/texgyrepagella-regular.otf(0)/m/n:
- "[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color
-=AA00AAFF ;"
+ "[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=AA00AAFF ;"
TU/texgyrepagella-regular.otf(0)/m/n:
- "[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color
-=AA00AAFF ;"
+ "[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=AA00AAFF ;"
============================================================
And check NFSSFamily use inside a group.
Reload another font:
@@ -35,8 +31,7 @@ TU/texgyreheros-regular.otf(0)/m/n:
[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;+tlig;
Open group and add a different colour, without changing family:
TU/texgyreheros-regular.otf(0)/m/n:
- "[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=0
-0AAAAFF ;"
+ "[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=00AAAAFF ;"
End the group:
TU/texgyreheros-regular.otf(0)/m/n:
[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;+tlig;
diff --git a/testfiles-fontspec/aff-numbers.tlg b/testfiles-fontspec/aff-numbers.tlg
index cae7bcf..e3a736e 100644
--- a/testfiles-fontspec/aff-numbers.tlg
+++ b/testfiles-fontspec/aff-numbers.tlg
@@ -1,8 +1,6 @@
This is a generated file for the l3build validation system.
Don't change this file in any respect.
TU/texgyreadventor-regular.otf(0)/m/n:
- [texgyreadventor-regular.otf]:mode=node;script=latn;language=dflt;+pnum;+onum
-;
+ [texgyreadventor-regular.otf]:mode=node;script=latn;language=dflt;+pnum;+onum;
TU/texgyreadventor-regular.otf(1)/m/n:
- [texgyreadventor-regular.otf]:mode=node;script=latn;language=dflt;+tnum;+lnum
-;
+ [texgyreadventor-regular.otf]:mode=node;script=latn;language=dflt;+tnum;+lnum;
diff --git a/testfiles-fontspec/colour-basic.tlg b/testfiles-fontspec/colour-basic.tlg
index 7565465..4d83459 100644
--- a/testfiles-fontspec/colour-basic.tlg
+++ b/testfiles-fontspec/colour-basic.tlg
@@ -4,13 +4,10 @@ Loading xcolor...
...done
Loading a font with hex colour:
TU/texgyreheros-regular.otf(0)/m/n:
- "[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;color=5500FFF
-F ;"
+ "[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;color=5500FFFF ;"
Loading a font by name (xcolor):
TU/texgyreheros-regular.otf(1)/m/n:
- "[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;color=FF0000F
-F ;"
+ "[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;color=FF0000FF ;"
Defining a new xcolor colour and using it:
TU/texgyreheros-regular.otf(2)/m/n:
- "[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;color=4D6680F
-F ;"
+ "[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;color=4D6680FF ;"
diff --git a/testfiles-fontspec/colour-opacity.tlg b/testfiles-fontspec/colour-opacity.tlg
index f910095..b7a731d 100644
--- a/testfiles-fontspec/colour-opacity.tlg
+++ b/testfiles-fontspec/colour-opacity.tlg
@@ -1,11 +1,8 @@
This is a generated file for the l3build validation system.
Don't change this file in any respect.
TU/texgyreheros-regular.otf(0)/m/n:
- "[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;color=FF0000F
-F ;"
+ "[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;color=FF0000FF ;"
TU/texgyreheros-regular.otf(1)/m/n:
- [texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;color=FF00007f
-;
+ [texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;color=FF00007f;
TU/texgyreheros-regular.otf(2)/m/n:
- [texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;color=00FF007f
-;
+ [texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;color=00FF007f;
diff --git a/testfiles-fontspec/em-declare.tlg b/testfiles-fontspec/em-declare.tlg
index 2efa9e4..5729252 100644
--- a/testfiles-fontspec/em-declare.tlg
+++ b/testfiles-fontspec/em-declare.tlg
@@ -55,8 +55,7 @@ TU/texgyrepagella(0)/b/it:
TU/texgyrepagella(0)/b/sc:
[texgyrepagella-bold.otf]:mode=node;script=latn;language=dflt;+tlig;+smcp;
TU/texgyrepagella(0)/b/scit:
- [texgyrepagella-bolditalic.otf]:mode=node;script=latn;language=dflt;+tlig;+sm
-cp;
+ [texgyrepagella-bolditalic.otf]:mode=node;script=latn;language=dflt;+tlig;+smcp;
TU/texgyrepagella(0)/b/n:
[texgyrepagella-bold.otf]:mode=node;script=latn;language=dflt;+tlig;
TU/texgyrepagella(0)/b/it:
@@ -71,8 +70,7 @@ TU/texgyrepagella(0)/b/it:
TU/texgyrepagella(0)/b/sc:
[texgyrepagella-bold.otf]:mode=node;script=latn;language=dflt;+tlig;+smcp;
TU/texgyrepagella(0)/b/scit:
- [texgyrepagella-bolditalic.otf]:mode=node;script=latn;language=dflt;+tlig;+sm
-cp;
+ [texgyrepagella-bolditalic.otf]:mode=node;script=latn;language=dflt;+tlig;+smcp;
TU/texgyrepagella(0)/b/n:
[texgyrepagella-bold.otf]:mode=node;script=latn;language=dflt;+tlig;
TU/texgyrepagella(0)/b/it:
diff --git a/testfiles-fontspec/feat-scale-match.tlg b/testfiles-fontspec/feat-scale-match.tlg
index 8032d6d..82a4806 100644
--- a/testfiles-fontspec/feat-scale-match.tlg
+++ b/testfiles-fontspec/feat-scale-match.tlg
@@ -19,8 +19,7 @@ TU/texgyreheros-regular.otf(1)/m/n:
font dimen 5: 4.75842pt
font dimen 8: 6.62003pt
TU/texgyrecursor-regular.otf(1)/m/n:
- [texgyrecursor-regular.otf]:mode=node;script=latn;language=dflt; at 11.75842p
-t
+ [texgyrecursor-regular.otf]:mode=node;script=latn;language=dflt; at 11.75842pt
font dimen 5: 4.90326pt
font dimen 8: 6.62pt
MATCH LOWERCASE
@@ -29,7 +28,6 @@ TU/texgyreheros-regular.otf(2)/m/n:
font dimen 5: 4.5pt
font dimen 8: 6.2605pt
TU/texgyrecursor-regular.otf(2)/m/n:
- [texgyrecursor-regular.otf]:mode=node;script=latn;language=dflt; at 10.79132p
-t
+ [texgyrecursor-regular.otf]:mode=node;script=latn;language=dflt; at 10.79132pt
font dimen 5: 4.49998pt
font dimen 8: 6.07552pt
diff --git a/testfiles-fontspec/fontload-defaults-adding.tlg b/testfiles-fontspec/fontload-defaults-adding.tlg
index feaafa1..eb91839 100644
--- a/testfiles-fontspec/fontload-defaults-adding.tlg
+++ b/testfiles-fontspec/fontload-defaults-adding.tlg
@@ -4,11 +4,9 @@ Don't change this file in any respect.
All font defaults
=================
TU/texgyrepagella-regular.otf(0)/m/n:
- "[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+smcp;+tlig
-;color=00AA00FF ;"
+ "[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+smcp;+tlig;color=00AA00FF ;"
TU/texgyreheros-regular.otf(0)/m/n:
- "[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;+smcp;+tlig;c
-olor=00AA00FF ;"
+ "[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;+smcp;+tlig;color=00AA00FF ;"
TU/texgyrepagella-regular.otf(1)/m/n:
[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;
TU/texgyreheros-regular.otf(1)/m/n:
@@ -16,14 +14,12 @@ TU/texgyreheros-regular.otf(1)/m/n:
TU/texgyrepagella-regular.otf(2)/m/n:
[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+smcp;+tlig;
TU/texgyreheros-regular.otf(0)/m/n:
- "[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;+smcp;+tlig;c
-olor=00AA00FF ;"
+ "[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;+smcp;+tlig;color=00AA00FF ;"
=================
Family specific
=================
TU/texgyrepagella-regular.otf(3)/m/n:
- "[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+smcp;color
-=00AA00FF ;"
+ "[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+smcp;color=00AA00FF ;"
TU/texgyreheros-regular.otf(1)/m/n:
[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;+tlig;
TU/texgyrepagella-regular.otf(4)/m/n:
@@ -31,7 +27,6 @@ TU/texgyrepagella-regular.otf(4)/m/n:
TU/texgyreheros-regular.otf(1)/m/n:
[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;+tlig;
TU/texgyrepagella-regular.otf(3)/m/n:
- "[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+smcp;color
-=00AA00FF ;"
+ "[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+smcp;color=00AA00FF ;"
TU/texgyreheros-regular.otf(1)/m/n:
[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;+tlig;
diff --git a/testfiles-fontspec/fontload-defaults.tlg b/testfiles-fontspec/fontload-defaults.tlg
index bd45fcc..8a01a1a 100644
--- a/testfiles-fontspec/fontload-defaults.tlg
+++ b/testfiles-fontspec/fontload-defaults.tlg
@@ -8,9 +8,7 @@ TU/texgyreheros-regular.otf(0)/m/n:
[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;+tlig;
TT:
TU/texgyrecursor-regular.otf(0)/m/n:
- "[texgyrecursor-regular.otf]:mode=node;script=latn;language=dflt;color=FF0000
-FF ;"
+ "[texgyrecursor-regular.otf]:mode=node;script=latn;language=dflt;color=FF0000FF ;"
"CODE":
TU/texgyrecursor-regular.otf(1)/m/n:
- "[texgyrecursor-regular.otf]:mode=node;script=latn;language=dflt;color=0000FF
-FF ;"
+ "[texgyrecursor-regular.otf]:mode=node;script=latn;language=dflt;color=0000FFFF ;"
diff --git a/testfiles-fontspec/fontload-fontface-1.tlg b/testfiles-fontspec/fontload-fontface-1.tlg
index 343eb83..753f20f 100644
--- a/testfiles-fontspec/fontload-fontface-1.tlg
+++ b/testfiles-fontspec/fontload-fontface-1.tlg
@@ -3,7 +3,6 @@ Don't change this file in any respect.
TU/texgyre(0)/m/n:
[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;
TU/texgyre(0)/c/n:
- "[texgyrebonum-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=F
-F0000FF ;"
+ "[texgyrebonum-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=FF0000FF ;"
TU/texgyre(0)/nc/n:
[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;+tlig;
diff --git a/testfiles-fontspec/fontload-fontface-2-sc.tlg b/testfiles-fontspec/fontload-fontface-2-sc.tlg
index df27c70..3fd9443 100644
--- a/testfiles-fontspec/fontload-fontface-2-sc.tlg
+++ b/testfiles-fontspec/fontload-fontface-2-sc.tlg
@@ -6,29 +6,23 @@ TU/texgyrepagella-regular.otf(0)/m/n:
TU/texgyrepagella-regular.otf(0)/m/sc:
[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;+smcp;
TU/texgyrepagella-regular.otf(0)/col1/n:
- "[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color
-=FF0000FF ;"
+ "[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=FF0000FF ;"
TU/texgyrepagella-regular.otf(0)/col1/sc:
- "[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;+smcp
-;color=FF0000FF ;"
+ "[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;+smcp;color=FF0000FF ;"
TU/texgyrepagella-regular.otf(0)/col2/n:
- "[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color
-=0000FFFF ;"
+ "[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=0000FFFF ;"
TU/texgyrepagella-regular.otf(0)/col2/sc:
- "[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;+smcp
-;color=0000FFFF ;"
+ "[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;+smcp;color=0000FFFF ;"
SHAPE (sc shapes not defined; falls back to default)
TU/texgyrepagella-regular.otf(1)/m/n:
[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;
TU/texgyrepagella-regular.otf(1)/m/sc:
[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;+smcp;
TU/texgyrepagella-regular.otf(1)/m/col1:
- "[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color
-=FF0000FF ;"
+ "[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=FF0000FF ;"
TU/texgyrepagella-regular.otf(1)/m/sc:
[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;+smcp;
TU/texgyrepagella-regular.otf(1)/m/col2:
- "[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color
-=0000FFFF ;"
+ "[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=0000FFFF ;"
TU/texgyrepagella-regular.otf(1)/m/sc:
[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;+smcp;
diff --git a/testfiles-fontspec/fontload-fontface-3-sizing.tlg b/testfiles-fontspec/fontload-fontface-3-sizing.tlg
index 3b17505..8f683e4 100644
--- a/testfiles-fontspec/fontload-fontface-3-sizing.tlg
+++ b/testfiles-fontspec/fontload-fontface-3-sizing.tlg
@@ -2,41 +2,29 @@ This is a generated file for the l3build validation system.
Don't change this file in any respect.
NORMAL
TU/SourceCodePro-Regular.otf(0)/m/n:
- "[SourceCodePro-Medium.otf]:mode=node;script=latn;language=dflt;+tlig;color=0
-0AA00FF ;" at 5.0pt
+ "[SourceCodePro-Medium.otf]:mode=node;script=latn;language=dflt;+tlig;color=00AA00FF ;" at 5.0pt
TU/SourceCodePro-Regular.otf(0)/m/n:
- "[SourceCodePro-Regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=
-00AA00FF ;"
+ "[SourceCodePro-Regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=00AA00FF ;"
TU/SourceCodePro-Regular.otf(0)/m/n:
- "[SourceCodePro-Light.otf]:mode=node;script=latn;language=dflt;+tlig;color=00
-AA00FF ;" at 24.88pt
+ "[SourceCodePro-Light.otf]:mode=node;script=latn;language=dflt;+tlig;color=00AA00FF ;" at 24.88pt
ITALIC
TU/SourceCodePro-Regular.otf(0)/m/it:
- "[SourceCodePro-RegularIt.otf]:mode=node;script=latn;language=dflt;+tlig;colo
-r=00AA00FF ;" at 5.0pt
+ "[SourceCodePro-RegularIt.otf]:mode=node;script=latn;language=dflt;+tlig;color=00AA00FF ;" at 5.0pt
TU/SourceCodePro-Regular.otf(0)/m/it:
- "[SourceCodePro-RegularIt.otf]:mode=node;script=latn;language=dflt;+tlig;colo
-r=00AA00FF ;"
+ "[SourceCodePro-RegularIt.otf]:mode=node;script=latn;language=dflt;+tlig;color=00AA00FF ;"
TU/SourceCodePro-Regular.otf(0)/m/it:
- "[SourceCodePro-RegularIt.otf]:mode=node;script=latn;language=dflt;+tlig;colo
-r=00AA00FF ;" at 24.88pt
+ "[SourceCodePro-RegularIt.otf]:mode=node;script=latn;language=dflt;+tlig;color=00AA00FF ;" at 24.88pt
FONTSERIES C
TU/SourceCodePro-Regular.otf(0)/c/n:
- "[SourceCodePro-MediumIt.otf]:mode=node;script=latn;language=dflt;+tlig;color
-=FF0000FF ;" at 5.0pt
+ "[SourceCodePro-MediumIt.otf]:mode=node;script=latn;language=dflt;+tlig;color=FF0000FF ;" at 5.0pt
TU/SourceCodePro-Regular.otf(0)/c/n:
- "[texgyrecursor-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=
-FF00FFFF ;"
+ "[texgyrecursor-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=FF00FFFF ;"
TU/SourceCodePro-Regular.otf(0)/c/n:
- "[SourceCodePro-LightIt.otf]:mode=node;script=latn;language=dflt;+tlig;color=
-0000FFFF ;" at 24.88pt
+ "[SourceCodePro-LightIt.otf]:mode=node;script=latn;language=dflt;+tlig;color=0000FFFF ;" at 24.88pt
FONTSERIES NC
TU/SourceCodePro-Regular.otf(0)/nc/n:
- "[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=0
-0AA00FF ;" at 5.0pt
+ "[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=00AA00FF ;" at 5.0pt
TU/SourceCodePro-Regular.otf(0)/nc/n:
- "[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=0
-0AA00FF ;"
+ "[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=00AA00FF ;"
TU/SourceCodePro-Regular.otf(0)/nc/n:
- "[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=0
-0AA00FF ;" at 24.88pt
+ "[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=00AA00FF ;" at 24.88pt
diff --git a/testfiles-fontspec/fontload-fontspec-file.tlg b/testfiles-fontspec/fontload-fontspec-file.tlg
index 2ce9e35..efb026d 100644
--- a/testfiles-fontspec/fontload-fontspec-file.tlg
+++ b/testfiles-fontspec/fontload-fontspec-file.tlg
@@ -2,22 +2,16 @@ This is a generated file for the l3build validation system.
Don't change this file in any respect.
Bare bones colour red loaded from file:
TU/texgyreschola-regular.otf(0)/m/n:
- "[texgyreschola-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=
-FF0000FF ;"
+ "[texgyreschola-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=FF0000FF ;"
New font name, colour blue, loaded from file:
TU/TeXGyreTermes(0)/m/n:
- "[texgyretermes-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=
-0000FFFF ;"
+ "[texgyretermes-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=0000FFFF ;"
A more comprehensive family (note nested defn for BI shape):
TU/MyHeros(0)/m/n:
- "[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=1
-19944FF ;"
+ "[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=119944FF ;"
TU/MyHeros(0)/b/n:
- "[texgyreheros-bold.otf]:mode=node;script=latn;language=dflt;+tlig;color=1199
-44FF ;"
+ "[texgyreheros-bold.otf]:mode=node;script=latn;language=dflt;+tlig;color=119944FF ;"
TU/MyHeros(0)/m/it:
- "[texgyreheros-italic.otf]:mode=node;script=latn;language=dflt;+tlig;color=11
-9944FF ;"
+ "[texgyreheros-italic.otf]:mode=node;script=latn;language=dflt;+tlig;color=119944FF ;"
TU/MyHeros(0)/b/it:
- "[texgyreheros-bolditalic.otf]:mode=node;script=latn;language=dflt;+tlig;colo
-r=223355FF ;"
+ "[texgyreheros-bolditalic.otf]:mode=node;script=latn;language=dflt;+tlig;color=223355FF ;"
diff --git a/testfiles-fontspec/fontload-nfssfamily-1.tlg b/testfiles-fontspec/fontload-nfssfamily-1.tlg
index ccb95c4..1680a52 100644
--- a/testfiles-fontspec/fontload-nfssfamily-1.tlg
+++ b/testfiles-fontspec/fontload-nfssfamily-1.tlg
@@ -5,12 +5,10 @@ TU/lmr/m/n:
[lmroman10-regular]:+tlig;
Code with particular NFSS family font:
TU/ABC/m/n:
- "[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;color=FF0000F
-F ;"
+ "[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;color=FF0000FF ;"
Back to normal font:
TU/lmr/m/n:
[lmroman10-regular]:+tlig;
Loading NFSS family explicit:
TU/ABC/m/n:
- "[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;color=FF0000F
-F ;"
+ "[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;color=FF0000FF ;"
diff --git a/testfiles-fontspec/fontload-nfssfamily-2.tlg b/testfiles-fontspec/fontload-nfssfamily-2.tlg
index 9c4f947..4cbdb10 100644
--- a/testfiles-fontspec/fontload-nfssfamily-2.tlg
+++ b/testfiles-fontspec/fontload-nfssfamily-2.tlg
@@ -12,14 +12,10 @@ TU/newfoo/m/n:
[texgyreheros-regular.otf]:color=FFAA00
USING FONTSPEC:
TU/foo/m/n:
- "[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;color=FF000
-0FF ;"
+ "[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;color=FF0000FF ;"
TU/foo/m/sc:
- "[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+smcp;color
-=FF0000FF ;"
+ "[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+smcp;color=FF0000FF ;"
TU/foo/m/n:
- "[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;color=FF00FFF
-F ;"
+ "[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;color=FF00FFFF ;"
TU/foo/m/sc:
- "[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;+smcp;color=F
-F00FFFF ;"
+ "[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;+smcp;color=FF00FFFF ;"
diff --git a/testfiles-fontspec/fontload-scfeat-nesting.tlg b/testfiles-fontspec/fontload-scfeat-nesting.tlg
index 0ab621a..b95317c 100644
--- a/testfiles-fontspec/fontload-scfeat-nesting.tlg
+++ b/testfiles-fontspec/fontload-scfeat-nesting.tlg
@@ -1,26 +1,18 @@
This is a generated file for the l3build validation system.
Don't change this file in any respect.
TU/texgyretermes(0)/m/n:
- "[texgyretermes-regular.otf]:mode=node;script=latn;language=dflt;color=220022
-FF ;"
+ "[texgyretermes-regular.otf]:mode=node;script=latn;language=dflt;color=220022FF ;"
TU/texgyretermes(0)/m/sc:
- "[texgyretermes-regular.otf]:mode=node;script=latn;language=dflt;+smcp;color=
-115511FF ;"
+ "[texgyretermes-regular.otf]:mode=node;script=latn;language=dflt;+smcp;color=115511FF ;"
TU/texgyretermes(0)/m/it:
- "[texgyretermes-italic.otf]:mode=node;script=latn;language=dflt;color=2244FFF
-F ;"
+ "[texgyretermes-italic.otf]:mode=node;script=latn;language=dflt;color=2244FFFF ;"
TU/texgyretermes(0)/m/scit:
- "[texgyretermes-italic.otf]:mode=node;script=latn;language=dflt;+smcp;color=1
-12299FF ;"
+ "[texgyretermes-italic.otf]:mode=node;script=latn;language=dflt;+smcp;color=112299FF ;"
TU/texgyretermes(0)/b/n:
- "[texgyretermes-bold.otf]:mode=node;script=latn;language=dflt;color=FF4422FF
-;"
+ "[texgyretermes-bold.otf]:mode=node;script=latn;language=dflt;color=FF4422FF ;"
TU/texgyretermes(0)/b/sc:
- "[texgyretermes-bold.otf]:mode=node;script=latn;language=dflt;+smcp;color=992
-211FF ;"
+ "[texgyretermes-bold.otf]:mode=node;script=latn;language=dflt;+smcp;color=992211FF ;"
TU/texgyretermes(0)/b/it:
- "[texgyretermes-bolditalic.otf]:mode=node;script=latn;language=dflt;color=888
-844FF ;"
+ "[texgyretermes-bolditalic.otf]:mode=node;script=latn;language=dflt;color=888844FF ;"
TU/texgyretermes(0)/b/scit:
- "[texgyretermes-bolditalic.otf]:mode=node;script=latn;language=dflt;+smcp;col
-or=444422FF ;"
+ "[texgyretermes-bolditalic.otf]:mode=node;script=latn;language=dflt;+smcp;color=444422FF ;"
diff --git a/testfiles-fontspec/fontload-sizefeatures-1.tlg b/testfiles-fontspec/fontload-sizefeatures-1.tlg
index ac7ec18..137fecc 100644
--- a/testfiles-fontspec/fontload-sizefeatures-1.tlg
+++ b/testfiles-fontspec/fontload-sizefeatures-1.tlg
@@ -1,11 +1,8 @@
This is a generated file for the l3build validation system.
Don't change this file in any respect.
TU/texgyrechorus-mediumitalic.otf(0)/m/n:
- "[texgyrebonum-italic.otf]:mode=node;script=latn;language=dflt;color=AA0000FF
- ;" at 7.0pt
+ "[texgyrebonum-italic.otf]:mode=node;script=latn;language=dflt;color=AA0000FF ;" at 7.0pt
TU/texgyrechorus-mediumitalic.otf(0)/m/n:
- "[texgyrechorus-mediumitalic.otf]:mode=node;script=latn;language=dflt;color=0
-0AA00FF ;"
+ "[texgyrechorus-mediumitalic.otf]:mode=node;script=latn;language=dflt;color=00AA00FF ;"
TU/texgyrechorus-mediumitalic.otf(0)/m/n:
- "[texgyrechorus-mediumitalic.otf]:mode=node;script=latn;language=dflt;color=0
-000AAFF ;" at 14.4pt
+ "[texgyrechorus-mediumitalic.otf]:mode=node;script=latn;language=dflt;color=0000AAFF ;" at 14.4pt
diff --git a/testfiles-fontspec/fontload-sizefeatures-2-nesting.tlg b/testfiles-fontspec/fontload-sizefeatures-2-nesting.tlg
index 667ce48..7ce172b 100644
--- a/testfiles-fontspec/fontload-sizefeatures-2-nesting.tlg
+++ b/testfiles-fontspec/fontload-sizefeatures-2-nesting.tlg
@@ -1,34 +1,18 @@
This is a generated file for the l3build validation system.
Don't change this file in any respect.
-"[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=F
-F0000FF ;" at 9.0pt
-"[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;+tlig;+smcp;col
-or=0000FFFF ;" at 9.0pt
-"[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=0
-0FF00FF ;" at 12.0pt
-"[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;+tlig;+smcp;col
-or=FF00FFFF ;" at 12.0pt
-"[texgyretermes-italic.otf]:mode=node;script=latn;language=dflt;+tlig;color=AA0
-000FF ;" at 9.0pt
-"[texgyretermes-italic.otf]:mode=node;script=latn;language=dflt;+tlig;+smcp;col
-or=0000AAFF ;" at 9.0pt
-"[texgyrepagella-italic.otf]:mode=node;script=latn;language=dflt;+tlig;color=00
-AA00FF ;" at 12.0pt
-"[texgyrepagella-italic.otf]:mode=node;script=latn;language=dflt;+tlig;+smcp;co
-lor=AA00AAFF ;" at 12.0pt
-"[texgyrepagella-bold.otf]:mode=node;script=latn;language=dflt;+tlig;color=7700
-00FF ;" at 9.0pt
-"[texgyrepagella-bold.otf]:mode=node;script=latn;language=dflt;+tlig;+smcp;colo
-r=000077FF ;" at 9.0pt
-"[texgyrepagella-bold.otf]:mode=node;script=latn;language=dflt;+tlig;color=0077
-00FF ;" at 12.0pt
-"[texgyrepagella-bold.otf]:mode=node;script=latn;language=dflt;+tlig;+smcp;colo
-r=770077FF ;" at 12.0pt
-"[texgyrepagella-bolditalic.otf]:mode=node;script=latn;language=dflt;+tlig;colo
-r=440000FF ;" at 9.0pt
-"[texgyrepagella-bolditalic.otf]:mode=node;script=latn;language=dflt;+tlig;+smc
-p;color=000044FF ;" at 9.0pt
-"[texgyrepagella-bolditalic.otf]:mode=node;script=latn;language=dflt;+tlig;colo
-r=004400FF ;" at 12.0pt
-"[texgyrepagella-bolditalic.otf]:mode=node;script=latn;language=dflt;+tlig;+smc
-p;color=440044FF ;" at 12.0pt
+"[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=FF0000FF ;" at 9.0pt
+"[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;+tlig;+smcp;color=0000FFFF ;" at 9.0pt
+"[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;color=00FF00FF ;" at 12.0pt
+"[texgyreheros-regular.otf]:mode=node;script=latn;language=dflt;+tlig;+smcp;color=FF00FFFF ;" at 12.0pt
+"[texgyretermes-italic.otf]:mode=node;script=latn;language=dflt;+tlig;color=AA0000FF ;" at 9.0pt
+"[texgyretermes-italic.otf]:mode=node;script=latn;language=dflt;+tlig;+smcp;color=0000AAFF ;" at 9.0pt
+"[texgyrepagella-italic.otf]:mode=node;script=latn;language=dflt;+tlig;color=00AA00FF ;" at 12.0pt
+"[texgyrepagella-italic.otf]:mode=node;script=latn;language=dflt;+tlig;+smcp;color=AA00AAFF ;" at 12.0pt
+"[texgyrepagella-bold.otf]:mode=node;script=latn;language=dflt;+tlig;color=770000FF ;" at 9.0pt
+"[texgyrepagella-bold.otf]:mode=node;script=latn;language=dflt;+tlig;+smcp;color=000077FF ;" at 9.0pt
+"[texgyrepagella-bold.otf]:mode=node;script=latn;language=dflt;+tlig;color=007700FF ;" at 12.0pt
+"[texgyrepagella-bold.otf]:mode=node;script=latn;language=dflt;+tlig;+smcp;color=770077FF ;" at 12.0pt
+"[texgyrepagella-bolditalic.otf]:mode=node;script=latn;language=dflt;+tlig;color=440000FF ;" at 9.0pt
+"[texgyrepagella-bolditalic.otf]:mode=node;script=latn;language=dflt;+tlig;+smcp;color=000044FF ;" at 9.0pt
+"[texgyrepagella-bolditalic.otf]:mode=node;script=latn;language=dflt;+tlig;color=004400FF ;" at 12.0pt
+"[texgyrepagella-bolditalic.otf]:mode=node;script=latn;language=dflt;+tlig;+smcp;color=440044FF ;" at 12.0pt
diff --git a/testfiles-fontspec/user-alias-feature.tlg b/testfiles-fontspec/user-alias-feature.tlg
index 2366f26..e77396a 100644
--- a/testfiles-fontspec/user-alias-feature.tlg
+++ b/testfiles-fontspec/user-alias-feature.tlg
@@ -3,5 +3,4 @@ Don't change this file in any respect.
TU/texgyretermes-regular.otf(0)/m/n:
[texgyretermes-regular.otf]:mode=node;script=latn;language=dflt;
TU/texgyretermes-regular.otf(0)/m/it:
- "[texgyretermes-italic.otf]:mode=node;script=latn;language=dflt;color=FF0000F
-F ;"
+ "[texgyretermes-italic.otf]:mode=node;script=latn;language=dflt;color=FF0000FF ;"
diff --git a/testfiles-harf/scripts.tlg b/testfiles-harf/scripts.tlg
index fdde455..9bc88ce 100644
--- a/testfiles-harf/scripts.tlg
+++ b/testfiles-harf/scripts.tlg
@@ -253,9 +253,9 @@ Completed box being shipped out [2]
...\hbox(0.0+0.0)x345.0, direction TLT
..\glue 25.0
..\glue(\lineskip) 0.0
-..\vbox(550.0+0.0)x345.0, glue set 499.42664fil, direction TLT
+..\vbox(550.0+0.0)x345.0, glue set 499.29666fil, direction TLT
...\glue(\topskip) 0.0
-...\hbox(10.69+5.38)x345.0, glue set 244.78003fil, direction TLT
+...\hbox(10.78+5.42)x345.0, glue set 245.44998fil, direction TLT
....\localpar
.....\localinterlinepenalty=0
.....\localbrokenpenalty=0
@@ -263,7 +263,7 @@ Completed box being shipped out [2]
.....\localrightbox=null
....\hbox(0.0+0.0)x15.0, direction TLT
....\burmesefont "မ" 1019 +0:+0
-....\burmesefont "္မ" 12023B +0:+0
+....\burmesefont "္မ" 12022F +0:+0
....\burmesefont "တ" 1010 +0:+0
....\burmesefont "ီ" 102E +0:+0
....\pdfliteral page <lua data reference ...>
@@ -283,7 +283,7 @@ Completed box being shipped out [2]
....\burmesefont "်" 103A +0:+0
....\burmesefont "း" 1038 +0:+0
....\pdfliteral page <lua data reference ...>
-....\burmesefont "ကြ" 1200EA +0:+0
+....\burmesefont "ကြ" 1200E8 +0:+0
....\burmesefont "" 1000 +0:+0
....\pdfliteral page <lua data reference ...>
....\burmesefont "ီ" 102E +0:+0
@@ -319,7 +319,7 @@ Completed box being shipped out [2]
....\hbox(0.0+0.0)x15.0, direction TLT
....\banglafont "ক" 0995 +0:+0
....\banglafont "ণ" 09A3 +0:+0
-....\banglafont "্য" 1200C7 +0:+0
+....\banglafont "্য" 1200CA +0:+0
....\banglafont "া" 09BE +0:+0
....\glue(\spaceskip) 2.6 plus 1.3 minus 0.86667
....\banglafont "এ" 098F +0:+0
diff --git a/testfiles-latex-TU/tu-composites01.tlg b/testfiles-latex-TU/tu-composites01.tlg
index c4a29e3..ebd569a 100644
--- a/testfiles-latex-TU/tu-composites01.tlg
+++ b/testfiles-latex-TU/tu-composites01.tlg
@@ -14,10 +14,7 @@ TESTING \.
TESTING \b
TESTING \c
Overfull \hbox (84.34009pt too wide) in paragraph at lines 35--35
-[]\TU/lmr/m/n/10 a̧b̧^^e7ḑȩf̧ģḩi̧j̧
-ķļm̧ņo̧p̧q̧ŗşţu̧v̧w̧x̧y̧z̧
-A̧B̧^^c7ḐȨF̧ĢḨI̧J̧ĶĻM̧ŅO
-̧P̧Q̧ŖŞŢU̧V̧W̧X̧Y̧Z̧
+[]\TU/lmr/m/n/10 a̧b̧^^e7ḑȩf̧ģḩi̧j̧ķļm̧ņo̧p̧q̧ŗşţu̧v̧w̧x̧y̧z̧A̧B̧^^c7ḐȨF̧ĢḨI̧J̧ĶĻM̧ŅO̧P̧Q̧ŖŞŢU̧V̧W̧X̧Y̧Z̧
\hbox(7.38+2.9)x345.0, direction TLT
.\localpar
..\localinterlinepenalty=0
@@ -155,11 +152,7 @@ Overfull \hbox (84.34009pt too wide) in paragraph at lines 35--35
TESTING \d
TESTING \k
Overfull \hbox (101.1401pt too wide) in paragraph at lines 37--37
-[]\TU/lmr/m/n/10 ąb̨c̨d̨ęf̨g̨h̨įj̨k̨
-l̨m̨n̨ǫp̨q̨r̨s̨t̨ųv̨w̨x
-̨y̨z̨ĄB̨C̨D̨ĘF̨G̨H̨ĮJ̨K̨
-L̨M̨N̨ǪP̨Q̨R̨S̨T̨ŲV̨W̨X
-̨Y̨Z̨
+[]\TU/lmr/m/n/10 ąb̨c̨d̨ęf̨g̨h̨įj̨k̨l̨m̨n̨ǫp̨q̨r̨s̨t̨ųv̨w̨x̨y̨z̨ĄB̨C̨D̨ĘF̨G̨H̨ĮJ̨K̨L̨M̨N̨ǪP̨Q̨R̨S̨T̨ŲV̨W̨X̨Y̨Z̨
\hbox(7.16+2.11)x345.0, direction TLT
.\localpar
..\localinterlinepenalty=0
diff --git a/testfiles-latex-TU/tu-tl2e7.tlg b/testfiles-latex-TU/tu-tl2e7.tlg
index f403ce5..d7d1c80 100644
--- a/testfiles-latex-TU/tu-tl2e7.tlg
+++ b/testfiles-latex-TU/tu-tl2e7.tlg
@@ -53,8 +53,7 @@ Completed box being shipped out [1]
....\penalty 10000
....\glue(\parfillskip) 0.0 plus 1.0fil
....\glue(\rightskip) 0.0
-...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberli
-ne \ETC.}
+...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberline {1}Test of grave accent}{\thepage }{}\protected at file@percent }}
...\penalty 10000
...\glue 9.913 plus 0.86198
...\glue(\parskip) 0.0 plus 1.0
@@ -133,8 +132,7 @@ ne \ETC.}
....\penalty 10000
....\glue(\parfillskip) 0.0 plus 1.0fil
....\glue(\rightskip) 0.0
-...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberli
-ne \ETC.}
+...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberline {2}Test of acute accent}{\thepage }{}\protected at file@percent }}
...\penalty 10000
...\glue 9.913 plus 0.86198
...\glue(\parskip) 0.0 plus 1.0
@@ -243,8 +241,7 @@ ne \ETC.}
....\penalty 10000
....\glue(\parfillskip) 0.0 plus 1.0fil
....\glue(\rightskip) 0.0
-...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberli
-ne \ETC.}
+...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberline {3}Test of check accent}{\thepage }{}\protected at file@percent }}
...\penalty 10000
...\glue 9.913 plus 0.86198
...\glue(\parskip) 0.0 plus 1.0
@@ -330,8 +327,7 @@ ne \ETC.}
....\penalty 10000
....\glue(\parfillskip) 0.0 plus 1.0fil
....\glue(\rightskip) 0.0
-...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberli
-ne \ETC.}
+...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberline {4}Test of breve accent}{\thepage }{}\protected at file@percent }}
...\penalty 10000
...\glue 9.913 plus 0.86198
...\glue(\parskip) 0.0 plus 1.0
@@ -397,8 +393,7 @@ ne \ETC.}
....\penalty 10000
....\glue(\parfillskip) 0.0 plus 1.0fil
....\glue(\rightskip) 0.0
-...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberli
-ne \ETC.}
+...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberline {5}Test of macron accent}{\thepage }{}\protected at file@percent }}
...\penalty 10000
...\glue 9.913 plus 0.86198
...\glue(\parskip) 0.0 plus 1.0
@@ -463,8 +458,7 @@ ne \ETC.}
....\penalty 10000
....\glue(\parfillskip) 0.0 plus 1.0fil
....\glue(\rightskip) 0.0
-...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberli
-ne \ETC.}
+...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberline {6}Test of circumflex accent}{\thepage }{}\protected at file@percent }}
...\penalty 10000
...\glue 9.913 plus 0.86198
...\glue(\parskip) 0.0 plus 1.0
@@ -541,8 +535,7 @@ ne \ETC.}
....\penalty 10000
....\glue(\parfillskip) 0.0 plus 1.0fil
....\glue(\rightskip) 0.0
-...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberli
-ne \ETC.}
+...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberline {7}Test of dot accent}{\thepage }{}\protected at file@percent }}
...\penalty 10000
...\glue 9.913 plus 0.86198
...\glue(\parskip) 0.0 plus 1.0
@@ -619,8 +612,7 @@ ne \ETC.}
....\penalty 10000
....\glue(\parfillskip) 0.0 plus 1.0fil
....\glue(\rightskip) 0.0
-...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberli
-ne \ETC.}
+...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberline {8}Test of Hungarian accent}{\thepage }{}\protected at file@percent }}
...\penalty 10000
...\glue 9.913 plus 0.86198
...\glue(\parskip) 0.0 plus 1.0
@@ -685,8 +677,7 @@ ne \ETC.}
....\penalty 10000
....\glue(\parfillskip) 0.0 plus 1.0fil
....\glue(\rightskip) 0.0
-...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberli
-ne \ETC.}
+...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberline {9}Test of tilde accent}{\thepage }{}\protected at file@percent }}
...\penalty 10000
...\glue 9.913 plus 0.86198
...\glue(\parskip) 0.0 plus 1.0
@@ -759,8 +750,7 @@ ne \ETC.}
....\penalty 10000
....\glue(\parfillskip) 0.0 plus 1.0fil
....\glue(\rightskip) 0.0
-...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberli
-ne \ETC.}
+...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberline {10}Test of umlaut accent}{\thepage }{}\protected at file@percent }}
...\penalty 10000
...\glue 9.913 plus 0.86198
...\glue(\parskip) 0.0 plus 1.0
@@ -862,8 +852,7 @@ Completed box being shipped out [2]
....\penalty 10000
....\glue(\parfillskip) 0.0 plus 1.0fil
....\glue(\rightskip) 0.0
-...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberli
-ne \ETC.}
+...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberline {11}Test of underbar accent}{\thepage }{}\protected at file@percent }}
...\penalty 10000
...\glue 9.913 plus 0.86198
...\glue(\parskip) 0.0 plus 1.0
@@ -923,8 +912,7 @@ ne \ETC.}
....\penalty 10000
....\glue(\parfillskip) 0.0 plus 1.0fil
....\glue(\rightskip) 0.0
-...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberli
-ne \ETC.}
+...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberline {12}Test of cedilla accent}{\thepage }{}\protected at file@percent }}
...\penalty 10000
...\glue 9.913 plus 0.86198
...\glue(\parskip) 0.0 plus 1.0
@@ -1001,8 +989,7 @@ ne \ETC.}
....\penalty 10000
....\glue(\parfillskip) 0.0 plus 1.0fil
....\glue(\rightskip) 0.0
-...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberli
-ne \ETC.}
+...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberline {13}Test of dot under accent}{\thepage }{}\protected at file@percent }}
...\penalty 10000
...\glue 9.913 plus 0.86198
...\glue(\parskip) 0.0 plus 1.0
@@ -1057,8 +1044,7 @@ ne \ETC.}
....\penalty 10000
....\glue(\parfillskip) 0.0 plus 1.0fil
....\glue(\rightskip) 0.0
-...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberli
-ne \ETC.}
+...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberline {14}Test with not name}{\thepage }{}\protected at file@percent }}
...\penalty 10000
...\glue 9.913 plus 0.86198
...\glue(\parskip) 0.0 plus 1.0
@@ -1141,8 +1127,7 @@ ne \ETC.}
....\penalty 10000
....\glue(\parfillskip) 0.0 plus 1.0fil
....\glue(\rightskip) 0.0
-...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberli
-ne \ETC.}
+...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberline {15}Test of uppercase greek}{\thepage }{}\protected at file@percent }}
...\penalty 10000
...\glue 9.913 plus 0.86198
...\glue(\parskip) 0.0 plus 1.0
@@ -1211,8 +1196,7 @@ ne \ETC.}
....\penalty 10000
....\glue(\parfillskip) 0.0 plus 1.0fil
....\glue(\rightskip) 0.0
-...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberli
-ne \ETC.}
+...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberline {16}Test of math accents}{\thepage }{}\protected at file@percent }}
...\penalty 10000
...\glue 9.913 plus 0.86198
...\glue(\parskip) 0.0 plus 1.0
@@ -1335,8 +1319,7 @@ ne \ETC.}
....\penalty 10000
....\glue(\parfillskip) 0.0 plus 1.0fil
....\glue(\rightskip) 0.0
-...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberli
-ne \ETC.}
+...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberline {17}Test of roman text in math}{\thepage }{}\protected at file@percent }}
...\penalty 10000
...\glue 9.913 plus 0.86198
...\glue(\parskip) 0.0 plus 1.0
diff --git a/testfiles/color.tlg b/testfiles/color.tlg
index 0a9b9a9..2c9ce92 100644
--- a/testfiles/color.tlg
+++ b/testfiles/color.tlg
@@ -114,7 +114,7 @@ Completed box being shipped out [1]
...\penalty 10000
...\glue(\abovedisplayshortskip) 0.0 plus 3.0
...\glue(\baselineskip) 5.07
-...\hbox(6.78+1.6)x39.05891, shifted 152.97055, direction TLT
+...\hbox(6.78+1.6)x39.24892, shifted 152.87555, direction TLT
....\pdfcolorstack 0 push {1 0 1 rg}
....\TU/STIXTwoMath(1)/m/n/10 1
....\glue(\medmuskip) 2.22198 plus 1.111 minus 2.22198
@@ -134,7 +134,7 @@ Completed box being shipped out [1]
...\penalty 0
...\glue(\belowdisplayshortskip) 6.0 plus 3.0 minus 3.0
...\glue(\baselineskip) 3.26999
-...\hbox(7.13+0.11)x345.0, glue set 267.70001fil, direction TLT
+...\hbox(7.13+0.11)x345.0, glue set 267.69998fil, direction TLT
....\localpar
.....\localinterlinepenalty=0
.....\localbrokenpenalty=0
@@ -150,8 +150,8 @@ Completed box being shipped out [1]
....\discretionary (penalty 50)
.....< \TU/STIXTwoText(2)/m/n/10 f
.....< \TU/STIXTwoText(2)/m/n/10 -
-.....> \TU/STIXTwoText(2)/m/n/10 f
-.....= \TU/STIXTwoText(2)/m/n/10 ff (ligature ff)
+.....= \TU/STIXTwoText(2)/m/n/10
+....\TU/STIXTwoText(2)/m/n/10 f
....\TU/STIXTwoText(2)/m/n/10 e
....\TU/STIXTwoText(2)/m/n/10 r
....\discretionary (penalty 50)
@@ -219,7 +219,7 @@ Completed box being shipped out [1]
....\penalty 10000
....\glue(\abovedisplayshortskip) 0.0 plus 3.0
....\glue(\baselineskip) 5.07
-....\hbox(6.78+1.6)x39.05891, shifted 152.97055, direction TLT
+....\hbox(6.78+1.6)x39.24892, shifted 152.87555, direction TLT
.....\pdfcolorstack 0 push {1 0 1 rg}
.....\TU/STIXTwoMath(1)/m/n/10 1
.....\glue(\medmuskip) 2.22198 plus 1.111 minus 2.22198
@@ -239,7 +239,7 @@ Completed box being shipped out [1]
....\penalty 0
....\glue(\belowdisplayshortskip) 6.0 plus 3.0 minus 3.0
....\glue(\baselineskip) 3.26999
-....\hbox(7.13+0.11)x345.0, glue set 267.70001fil, direction TLT
+....\hbox(7.13+0.11)x345.0, glue set 267.69998fil, direction TLT
.....\localpar
......\localinterlinepenalty=0
......\localbrokenpenalty=0
@@ -255,8 +255,8 @@ Completed box being shipped out [1]
.....\discretionary (penalty 50)
......< \TU/STIXTwoText(2)/m/n/10 f
......< \TU/STIXTwoText(2)/m/n/10 -
-......> \TU/STIXTwoText(2)/m/n/10 f
-......= \TU/STIXTwoText(2)/m/n/10 ff (ligature ff)
+......= \TU/STIXTwoText(2)/m/n/10
+.....\TU/STIXTwoText(2)/m/n/10 f
.....\TU/STIXTwoText(2)/m/n/10 e
.....\TU/STIXTwoText(2)/m/n/10 r
.....\discretionary (penalty 50)
diff --git a/testfiles/math-stix2.tlg b/testfiles/math-stix2.tlg
index d4fde8b..9741585 100644
--- a/testfiles/math-stix2.tlg
+++ b/testfiles/math-stix2.tlg
@@ -27,16 +27,16 @@ Completed box being shipped out [1]
...\glue(\lineskip) 1.0
...\hbox(14.30972+9.15027)x45.05948, shifted 149.97026, direction TLT
....\hbox(14.28+9.18)x6.32, shifted -0.02972, direction TLT
-.....\TU/STIXTwoMath(1)/m/n/10
+.....\TU/STIXTwoMath(1)/m/n/10
....\glue(\thinmuskip) 1.66649
....\hbox(14.28+9.18)x9.99, shifted -0.02972, direction TLT
-.....\TU/STIXTwoMath(1)/m/n/10
+.....\TU/STIXTwoMath(1)/m/n/10
....\glue(\thinmuskip) 1.66649
....\hbox(14.28+9.18)x13.66, shifted -0.02972, direction TLT
-.....\TU/STIXTwoMath(1)/m/n/10
+.....\TU/STIXTwoMath(1)/m/n/10
....\glue(\thinmuskip) 1.66649
....\hbox(14.28+9.18)x10.09, shifted -0.02972, direction TLT
-.....\TU/STIXTwoMath(1)/m/n/10
+.....\TU/STIXTwoMath(1)/m/n/10
...\penalty 0
...\glue(\belowdisplayshortskip) 6.0 plus 3.0 minus 3.0
...\glue -5.0
diff --git a/testfiles/my-resolver.tlg b/testfiles/my-resolver.tlg
index f972fd8..2d4c711 100644
--- a/testfiles/my-resolver.tlg
+++ b/testfiles/my-resolver.tlg
@@ -1,6 +1,7 @@
This is a generated file for the l3build validation system.
Don't change this file in any respect.
-Inserting `luaotfload.test_resolver' at position 1 in `luaotfload.resolve_font'.! Undefined control sequence.
+Inserting `luaotfload.test_resolver' at position 1 in `luaotfload.resolve_font'.
+! Undefined control sequence.
l. ...\myrf
Some \mysf nice \mydh fonts!
The control sequence at the end of the top line
diff --git a/testfiles/setxheight.tlg b/testfiles/setxheight.tlg
index 9c4ef8a..fc9032c 100644
--- a/testfiles/setxheight.tlg
+++ b/testfiles/setxheight.tlg
@@ -33,8 +33,7 @@ Completed box being shipped out [1]
....\penalty 10000
....\glue(\parfillskip) 0.0 plus 1.0fil
....\glue(\rightskip) 0.0
-...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberli
-ne \ETC.}
+...\write1{\@writefile{toc}{\protect \contentsline {section}{\protect \numberline {1}现代建筑教育}{\thepage }{}\protected at file@percent }}
...\penalty 10000
...\glue 9.913 plus 0.86198
...\glue(\parskip) 0.0 plus 1.0
diff --git a/testfiles/testtexmf.tlg b/testfiles/testtexmf.tlg
index b04982a..c0b1025 100644
--- a/testfiles/testtexmf.tlg
+++ b/testfiles/testtexmf.tlg
@@ -4,5 +4,4 @@ Don't change this file in any respect.
Missing character: There is no a (U+0061) in font file:LuaotfloadDummyFont.otf:mode=node!
Missing character: There is no b (U+0062) in font file:LuaotfloadDummyFont.otf:mode=node!
Missing character: There is no c (U+0063) in font file:LuaotfloadDummyFont.otf:mode=node!
-]
-(testtexmf.aux)
+] (testtexmf.aux)
More information about the latex3-commits
mailing list.