[latex3-commits] [git/latex3] master: Add "does it load" tests to l3packages and l3experimental (see #420) (7de0a3e)

Bruno Le Floch bruno at le-floch.fr
Tue Nov 28 19:48:05 CET 2017


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/7de0a3ea3d1f1ed79559f2396a8e8ce643fd8616

>---------------------------------------------------------------

commit 7de0a3ea3d1f1ed79559f2396a8e8ce643fd8616
Author: Bruno Le Floch <bruno at le-floch.fr>
Date:   Tue Nov 28 13:46:50 2017 -0500

    Add "does it load" tests to l3packages and l3experimental (see #420)


>---------------------------------------------------------------

7de0a3ea3d1f1ed79559f2396a8e8ce643fd8616
 .../l3str/testfiles/m3str-convert000.luatex.tlg    |    6 ++
 .../l3str/testfiles/m3str-convert000.lvt           |   16 ++++
 .../l3str/testfiles/m3str-convert000.ptex.tlg      |    7 ++
 .../l3str/testfiles/m3str-convert000.tlg           |    7 ++
 .../l3str/testfiles/m3str-convert000.uptex.tlg     |    6 ++
 .../l3str/testfiles/m3str-convert000.xetex.tlg     |    6 ++
 l3experimental/l3str/testfiles/m3str-format000.lvt |   16 ++++
 l3experimental/l3str/testfiles/m3str-format000.tlg |    5 +
 l3experimental/xcoffins/testfiles/xcoffins000.lvt  |   16 ++++
 l3experimental/xcoffins/testfiles/xcoffins000.tlg  |  100 ++++++++++++++++++++
 l3experimental/xgalley/build.lua                   |    3 -
 .../xgalley/testfiles/xgalley000.luatex.tlg        |   79 ++++++++++++++++
 l3experimental/xgalley/testfiles/xgalley000.lvt    |   16 ++++
 .../xgalley/testfiles/xgalley000.ptex.tlg          |   79 ++++++++++++++++
 l3experimental/xgalley/testfiles/xgalley000.tlg    |   79 ++++++++++++++++
 .../xgalley/testfiles/xgalley000.uptex.tlg         |   79 ++++++++++++++++
 .../xgalley/testfiles/xgalley000.xetex.tlg         |   79 ++++++++++++++++
 l3packages/l3keys2e/build.lua                      |    1 -
 l3packages/l3keys2e/testfiles/m3keys2e000.lvt      |   15 +++
 l3packages/l3keys2e/testfiles/m3keys2e000.tlg      |    5 +
 l3packages/xfp/testfiles/xfp000.luatex.tlg         |   21 ++++
 l3packages/xfp/testfiles/xfp000.lvt                |   15 +++
 l3packages/xfp/testfiles/xfp000.ptex.tlg           |   21 ++++
 l3packages/xfp/testfiles/xfp000.tlg                |   21 ++++
 l3packages/xfp/testfiles/xfp000.uptex.tlg          |   21 ++++
 l3packages/xfp/testfiles/xfp000.xetex.tlg          |   21 ++++
 l3packages/xparse/testfiles/xparse000.luatex.tlg   |   10 ++
 l3packages/xparse/testfiles/xparse000.lvt          |   15 +++
 l3packages/xparse/testfiles/xparse000.ptex.tlg     |   10 ++
 l3packages/xparse/testfiles/xparse000.tlg          |   10 ++
 l3packages/xparse/testfiles/xparse000.uptex.tlg    |   10 ++
 l3packages/xparse/testfiles/xparse000.xetex.tlg    |   10 ++
 .../xtemplate/testfiles/xtemplate000.luatex.tlg    |    9 ++
 l3packages/xtemplate/testfiles/xtemplate000.lvt    |   15 +++
 .../xtemplate/testfiles/xtemplate000.ptex.tlg      |    9 ++
 l3packages/xtemplate/testfiles/xtemplate000.tlg    |    9 ++
 .../xtemplate/testfiles/xtemplate000.uptex.tlg     |    9 ++
 .../xtemplate/testfiles/xtemplate000.xetex.tlg     |    9 ++
 38 files changed, 861 insertions(+), 4 deletions(-)

diff --git a/l3experimental/l3str/testfiles/m3str-convert000.luatex.tlg b/l3experimental/l3str/testfiles/m3str-convert000.luatex.tlg
new file mode 100644
index 0000000..58eb5ae
--- /dev/null
+++ b/l3experimental/l3str/testfiles/m3str-convert000.luatex.tlg
@@ -0,0 +1,6 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+Author: Bruno Le Floch
+(l3str-convert.sty
+\l__str_internal_int=\count266
+)
diff --git a/l3experimental/l3str/testfiles/m3str-convert000.lvt b/l3experimental/l3str/testfiles/m3str-convert000.lvt
new file mode 100644
index 0000000..02ffb81
--- /dev/null
+++ b/l3experimental/l3str/testfiles/m3str-convert000.lvt
@@ -0,0 +1,16 @@
+%
+% Copyright (C) 2017 LaTeX3 Project
+%
+
+\documentclass{minimal}
+\input{regression-test}
+\RequirePackage[check-declarations]{expl3}
+\RequirePackage{xtemplate,xparse}
+\ExplSyntaxOn
+\debug_on:n { deprecation }
+\ExplSyntaxOff
+
+\START
+\AUTHOR{Bruno Le Floch}
+\RequirePackage{l3str-convert}
+\END
diff --git a/l3experimental/l3str/testfiles/m3str-convert000.ptex.tlg b/l3experimental/l3str/testfiles/m3str-convert000.ptex.tlg
new file mode 100644
index 0000000..9f01587
--- /dev/null
+++ b/l3experimental/l3str/testfiles/m3str-convert000.ptex.tlg
@@ -0,0 +1,7 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+Author: Bruno Le Floch
+(l3str-convert.sty
+\l__str_internal_int=\count266
+\c__str_replacement_char_int=\count267
+)
diff --git a/l3experimental/l3str/testfiles/m3str-convert000.tlg b/l3experimental/l3str/testfiles/m3str-convert000.tlg
new file mode 100644
index 0000000..fb5ff2d
--- /dev/null
+++ b/l3experimental/l3str/testfiles/m3str-convert000.tlg
@@ -0,0 +1,7 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+Author: Bruno Le Floch
+(l3str-convert.sty
+\l__str_internal_int=\count268
+\c__str_replacement_char_int=\count269
+)
diff --git a/l3experimental/l3str/testfiles/m3str-convert000.uptex.tlg b/l3experimental/l3str/testfiles/m3str-convert000.uptex.tlg
new file mode 100644
index 0000000..c9764f4
--- /dev/null
+++ b/l3experimental/l3str/testfiles/m3str-convert000.uptex.tlg
@@ -0,0 +1,6 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+Author: Bruno Le Floch
+(l3str-convert.sty
+\l__str_internal_int=\count198
+)
diff --git a/l3experimental/l3str/testfiles/m3str-convert000.xetex.tlg b/l3experimental/l3str/testfiles/m3str-convert000.xetex.tlg
new file mode 100644
index 0000000..44a5c9f
--- /dev/null
+++ b/l3experimental/l3str/testfiles/m3str-convert000.xetex.tlg
@@ -0,0 +1,6 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+Author: Bruno Le Floch
+(l3str-convert.sty
+\l__str_internal_int=\count197
+)
diff --git a/l3experimental/l3str/testfiles/m3str-format000.lvt b/l3experimental/l3str/testfiles/m3str-format000.lvt
new file mode 100644
index 0000000..511ee9d
--- /dev/null
+++ b/l3experimental/l3str/testfiles/m3str-format000.lvt
@@ -0,0 +1,16 @@
+%
+% Copyright (C) 2017 LaTeX3 Project
+%
+
+\documentclass{minimal}
+\input{regression-test}
+\RequirePackage[check-declarations]{expl3}
+\RequirePackage{xtemplate,xparse}
+\ExplSyntaxOn
+\debug_on:n { deprecation }
+\ExplSyntaxOff
+
+\START
+\AUTHOR{Bruno Le Floch}
+\RequirePackage{l3str-format}
+\END
diff --git a/l3experimental/l3str/testfiles/m3str-format000.tlg b/l3experimental/l3str/testfiles/m3str-format000.tlg
new file mode 100644
index 0000000..d64b9cf
--- /dev/null
+++ b/l3experimental/l3str/testfiles/m3str-format000.tlg
@@ -0,0 +1,5 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+Author: Bruno Le Floch
+(l3str-format.sty
+)
diff --git a/l3experimental/xcoffins/testfiles/xcoffins000.lvt b/l3experimental/xcoffins/testfiles/xcoffins000.lvt
new file mode 100644
index 0000000..3dd0f6a
--- /dev/null
+++ b/l3experimental/xcoffins/testfiles/xcoffins000.lvt
@@ -0,0 +1,16 @@
+%
+% Copyright (C) 2017 LaTeX3 Project
+%
+
+\documentclass{minimal}
+\input{regression-test}
+\RequirePackage[check-declarations]{expl3}
+\RequirePackage{xtemplate,xparse}
+\ExplSyntaxOn
+\debug_on:n { deprecation }
+\ExplSyntaxOff
+
+\START
+\AUTHOR{Bruno Le Floch}
+\RequirePackage{xcoffins}
+\END
diff --git a/l3experimental/xcoffins/testfiles/xcoffins000.tlg b/l3experimental/xcoffins/testfiles/xcoffins000.tlg
new file mode 100644
index 0000000..0cf6aed
--- /dev/null
+++ b/l3experimental/xcoffins/testfiles/xcoffins000.tlg
@@ -0,0 +1,100 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+Author: Bruno Le Floch
+(xcoffins.sty
+\l__coffin_hoffset_dim=\dimen164
+\l__coffin_voffset_dim=\dimen165
+\l__coffin_height_dim=\dimen166
+\l__coffin_depth_dim=\dimen167
+\l__coffin_width_dim=\dimen168
+\l__coffin_totalheight_dim=\dimen169
+.................................................
+. LaTeX info: "xparse/define-command"
+. 
+. Defining command \NewCoffin with sig. 'm' on line ....
+.................................................
+.................................................
+. LaTeX info: "xparse/define-command"
+. 
+. Defining command \SetHorizontalCoffin with sig. 'm+m' on line ....
+.................................................
+.................................................
+. LaTeX info: "xparse/define-command"
+. 
+. Defining command \SetVerticalCoffin with sig. 'mm+m' on line ....
+.................................................
+.................................................
+. LaTeX info: "xparse/define-command"
+. 
+. Defining command \SetHorizontalPole with sig. 'mmm' on line ....
+.................................................
+.................................................
+. LaTeX info: "xparse/define-command"
+. 
+. Defining command \SetVerticalPole with sig. 'mmm' on line ....
+.................................................
+.................................................
+. LaTeX info: "xparse/define-command"
+. 
+. Defining command \JoinCoffins with sig. 'osm>{\SplitArgument
+. {1}{,}}O{H,l}m>{\SplitArgument {1}{,}}O{H,l}>{\SplitArgument
+. {1}{,}}D(){0pt,0pt}' on line ....
+.................................................
+.................................................
+. LaTeX info: "xparse/define-command"
+. 
+. Defining command \TypesetCoffin with sig. 'm>{\SplitArgument
+. {1}{,}}O{H,l}>{\SplitArgument {1}{,}}D(){0pt,0pt}' on line ....
+.................................................
+.................................................
+. LaTeX info: "xparse/define-command"
+. 
+. Defining command \RotateCoffin with sig. 'mm' on line ....
+.................................................
+.................................................
+. LaTeX info: "xparse/define-command"
+. 
+. Defining command \ResizeCoffin with sig. 'mmm' on line ....
+.................................................
+.................................................
+. LaTeX info: "xparse/define-command"
+. 
+. Defining command \ScaleCoffin with sig. 'mmm' on line ....
+.................................................
+.................................................
+. LaTeX info: "xparse/define-command"
+. 
+. Defining command \CoffinDepth with sig. 'm' on line ....
+.................................................
+.................................................
+. LaTeX info: "xparse/define-command"
+. 
+. Defining command \CoffinHeight with sig. 'm' on line ....
+.................................................
+.................................................
+. LaTeX info: "xparse/define-command"
+. 
+. Defining command \CoffinTotalHeight with sig. 'm' on line ....
+.................................................
+.................................................
+. LaTeX info: "xparse/define-command"
+. 
+. Defining command \CoffinWidth with sig. 'm' on line ....
+.................................................
+.................................................
+. LaTeX info: "xparse/define-command"
+. 
+. Defining command \DisplayCoffinHandles with sig. 'mm' on line ....
+.................................................
+.................................................
+. LaTeX info: "xparse/define-command"
+. 
+. Defining command \MarkCoffinHandle with sig. 'm>{\SplitArgument
+. {1}{,}}O{H,l}m' on line ....
+.................................................
+.................................................
+. LaTeX info: "xparse/define-command"
+. 
+. Defining command \ShowCoffinStructure with sig. 'm' on line ....
+.................................................
+)
diff --git a/l3experimental/xgalley/build.lua b/l3experimental/xgalley/build.lua
index d0d2d33..6919071 100644
--- a/l3experimental/xgalley/build.lua
+++ b/l3experimental/xgalley/build.lua
@@ -10,9 +10,6 @@ module = "xgalley"
 -- Location of main directory: use Unix-style path separators
 maindir = "../.."
 
--- Non-standard settings
-testfiledir  = "" -- No tests
-
 -- Load the common build code
 dofile(maindir .. "/build-config.lua")
 
diff --git a/l3experimental/xgalley/testfiles/xgalley000.luatex.tlg b/l3experimental/xgalley/testfiles/xgalley000.luatex.tlg
new file mode 100644
index 0000000..f713abe
--- /dev/null
+++ b/l3experimental/xgalley/testfiles/xgalley000.luatex.tlg
@@ -0,0 +1,79 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+Author: Bruno Le Floch
+(xgalley.sty
+ (l3galley.sty
+\l__galley_tmp_int=\count266
+\l_galley_total_right_margin_dim=\dimen164
+\l_galley_interpar_penalty_int=\count267
+\l_galley_interpar_vspace_skip=\skip78
+\g_galley_previous_par_lines_int=\count268
+\l__galley_previous_par_lines_int=\count269
+\g__galley_current_par_lines_int=\count270
+\l__galley_current_par_lines_int=\count271
+\l__galley_group_level_int=\count272
+\everypar=\toks44
+\g__galley_last_box=\box72
+\l__galley_total_left_margin_dim=\dimen165
+\l__galley_total_right_margin_dim=\dimen166
+\parskip=\skip79
+\l_galley_par_begin_skip=\dimen167
+\l_galley_hyphen_left_int=\count273
+LaTeX Info: Redefining \vspace on input line ....
+LaTeX Info: Redefining \\ on input line ....
+LaTeX Info: Redefining \newline on input line ....
+)
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'measure' taking 0 argument(s) on line ....
+.................................................
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'parshape' taking 0 argument(s) on line ....
+.................................................
+\l__galley_parshape_indent_dim=\dimen168
+\l__galley_parshape_lines_int=\count274
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'hyphenation' taking 0 argument(s) on line ....
+.................................................
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'justification' taking 0 argument(s) on line ....
+.................................................
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'line-breaking' taking 0 argument(s) on line ....
+.................................................
+\l__galley_binop_penalty_int=\count275
+\l__galley_linebreak_penalty_int=\count276
+\l__galley_relation_penalty_int=\count277
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'paragraph-breaking' taking 0 argument(s) on line ...
+.................................................
+\l__galley_broken_penalty_int=\count278
+\l__galley_club_penalty_int=\count279
+\l__galley_display_club_penalty_int=\count280
+\l__galley_display_widow_penalty_int=\count281
+\l__galley_interline_penalty_int=\count282
+\l__galley_post_display_penalty_int=\count283
+\l__galley_pre_display_penalty_int=\count284
+\l__galley_widow_penalty_int=\count285
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'display-begin' taking 0 argument(s) on line ....
+.................................................
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'display-end' taking 0 argument(s) on line ....
+.................................................
+)
diff --git a/l3experimental/xgalley/testfiles/xgalley000.lvt b/l3experimental/xgalley/testfiles/xgalley000.lvt
new file mode 100644
index 0000000..70eda92
--- /dev/null
+++ b/l3experimental/xgalley/testfiles/xgalley000.lvt
@@ -0,0 +1,16 @@
+%
+% Copyright (C) 2017 LaTeX3 Project
+%
+
+\documentclass{minimal}
+\input{regression-test}
+\RequirePackage[check-declarations]{expl3}
+\RequirePackage{xtemplate,xparse}
+\ExplSyntaxOn
+\debug_on:n { deprecation }
+\ExplSyntaxOff
+
+\START
+\AUTHOR{Bruno Le Floch}
+\RequirePackage{xgalley}
+\END
diff --git a/l3experimental/xgalley/testfiles/xgalley000.ptex.tlg b/l3experimental/xgalley/testfiles/xgalley000.ptex.tlg
new file mode 100644
index 0000000..01497f1
--- /dev/null
+++ b/l3experimental/xgalley/testfiles/xgalley000.ptex.tlg
@@ -0,0 +1,79 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+Author: Bruno Le Floch
+(xgalley.sty
+ (l3galley.sty
+\l__galley_tmp_int=\count266
+\l_galley_total_right_margin_dim=\dimen164
+\l_galley_interpar_penalty_int=\count267
+\l_galley_interpar_vspace_skip=\skip78
+\g_galley_previous_par_lines_int=\count268
+\l__galley_previous_par_lines_int=\count269
+\g__galley_current_par_lines_int=\count270
+\l__galley_current_par_lines_int=\count271
+\l__galley_group_level_int=\count272
+\everypar=\toks45
+\g__galley_last_box=\box72
+\l__galley_total_left_margin_dim=\dimen165
+\l__galley_total_right_margin_dim=\dimen166
+\parskip=\skip79
+\l_galley_par_begin_skip=\dimen167
+\l_galley_hyphen_left_int=\count273
+LaTeX Info: Redefining \vspace on input line ....
+LaTeX Info: Redefining \\ on input line ....
+LaTeX Info: Redefining \newline on input line ....
+)
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'measure' taking 0 argument(s) on line ....
+.................................................
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'parshape' taking 0 argument(s) on line ....
+.................................................
+\l__galley_parshape_indent_dim=\dimen168
+\l__galley_parshape_lines_int=\count274
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'hyphenation' taking 0 argument(s) on line ....
+.................................................
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'justification' taking 0 argument(s) on line ....
+.................................................
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'line-breaking' taking 0 argument(s) on line ....
+.................................................
+\l__galley_binop_penalty_int=\count275
+\l__galley_linebreak_penalty_int=\count276
+\l__galley_relation_penalty_int=\count277
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'paragraph-breaking' taking 0 argument(s) on line ...
+.................................................
+\l__galley_broken_penalty_int=\count278
+\l__galley_club_penalty_int=\count279
+\l__galley_display_club_penalty_int=\count280
+\l__galley_display_widow_penalty_int=\count281
+\l__galley_interline_penalty_int=\count282
+\l__galley_post_display_penalty_int=\count283
+\l__galley_pre_display_penalty_int=\count284
+\l__galley_widow_penalty_int=\count285
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'display-begin' taking 0 argument(s) on line ....
+.................................................
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'display-end' taking 0 argument(s) on line ....
+.................................................
+)
diff --git a/l3experimental/xgalley/testfiles/xgalley000.tlg b/l3experimental/xgalley/testfiles/xgalley000.tlg
new file mode 100644
index 0000000..e04c288
--- /dev/null
+++ b/l3experimental/xgalley/testfiles/xgalley000.tlg
@@ -0,0 +1,79 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+Author: Bruno Le Floch
+(xgalley.sty
+ (l3galley.sty
+\l__galley_tmp_int=\count268
+\l_galley_total_right_margin_dim=\dimen164
+\l_galley_interpar_penalty_int=\count269
+\l_galley_interpar_vspace_skip=\skip78
+\g_galley_previous_par_lines_int=\count270
+\l__galley_previous_par_lines_int=\count271
+\g__galley_current_par_lines_int=\count272
+\l__galley_current_par_lines_int=\count273
+\l__galley_group_level_int=\count274
+\everypar=\toks44
+\g__galley_last_box=\box72
+\l__galley_total_left_margin_dim=\dimen165
+\l__galley_total_right_margin_dim=\dimen166
+\parskip=\skip79
+\l_galley_par_begin_skip=\dimen167
+\l_galley_hyphen_left_int=\count275
+LaTeX Info: Redefining \vspace on input line ....
+LaTeX Info: Redefining \\ on input line ....
+LaTeX Info: Redefining \newline on input line ....
+)
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'measure' taking 0 argument(s) on line ....
+.................................................
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'parshape' taking 0 argument(s) on line ....
+.................................................
+\l__galley_parshape_indent_dim=\dimen168
+\l__galley_parshape_lines_int=\count276
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'hyphenation' taking 0 argument(s) on line ....
+.................................................
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'justification' taking 0 argument(s) on line ....
+.................................................
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'line-breaking' taking 0 argument(s) on line ....
+.................................................
+\l__galley_binop_penalty_int=\count277
+\l__galley_linebreak_penalty_int=\count278
+\l__galley_relation_penalty_int=\count279
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'paragraph-breaking' taking 0 argument(s) on line ...
+.................................................
+\l__galley_broken_penalty_int=\count280
+\l__galley_club_penalty_int=\count281
+\l__galley_display_club_penalty_int=\count282
+\l__galley_display_widow_penalty_int=\count283
+\l__galley_interline_penalty_int=\count284
+\l__galley_post_display_penalty_int=\count285
+\l__galley_pre_display_penalty_int=\count286
+\l__galley_widow_penalty_int=\count287
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'display-begin' taking 0 argument(s) on line ....
+.................................................
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'display-end' taking 0 argument(s) on line ....
+.................................................
+)
diff --git a/l3experimental/xgalley/testfiles/xgalley000.uptex.tlg b/l3experimental/xgalley/testfiles/xgalley000.uptex.tlg
new file mode 100644
index 0000000..74968cc
--- /dev/null
+++ b/l3experimental/xgalley/testfiles/xgalley000.uptex.tlg
@@ -0,0 +1,79 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+Author: Bruno Le Floch
+(xgalley.sty
+ (l3galley.sty
+\l__galley_tmp_int=\count198
+\l_galley_total_right_margin_dim=\dimen164
+\l_galley_interpar_penalty_int=\count199
+\l_galley_interpar_vspace_skip=\skip78
+\g_galley_previous_par_lines_int=\count266
+\l__galley_previous_par_lines_int=\count267
+\g__galley_current_par_lines_int=\count268
+\l__galley_current_par_lines_int=\count269
+\l__galley_group_level_int=\count270
+\everypar=\toks45
+\g__galley_last_box=\box72
+\l__galley_total_left_margin_dim=\dimen165
+\l__galley_total_right_margin_dim=\dimen166
+\parskip=\skip79
+\l_galley_par_begin_skip=\dimen167
+\l_galley_hyphen_left_int=\count271
+LaTeX Info: Redefining \vspace on input line ....
+LaTeX Info: Redefining \\ on input line ....
+LaTeX Info: Redefining \newline on input line ....
+)
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'measure' taking 0 argument(s) on line ....
+.................................................
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'parshape' taking 0 argument(s) on line ....
+.................................................
+\l__galley_parshape_indent_dim=\dimen168
+\l__galley_parshape_lines_int=\count272
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'hyphenation' taking 0 argument(s) on line ....
+.................................................
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'justification' taking 0 argument(s) on line ....
+.................................................
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'line-breaking' taking 0 argument(s) on line ....
+.................................................
+\l__galley_binop_penalty_int=\count273
+\l__galley_linebreak_penalty_int=\count274
+\l__galley_relation_penalty_int=\count275
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'paragraph-breaking' taking 0 argument(s) on line ...
+.................................................
+\l__galley_broken_penalty_int=\count276
+\l__galley_club_penalty_int=\count277
+\l__galley_display_club_penalty_int=\count278
+\l__galley_display_widow_penalty_int=\count279
+\l__galley_interline_penalty_int=\count280
+\l__galley_post_display_penalty_int=\count281
+\l__galley_pre_display_penalty_int=\count282
+\l__galley_widow_penalty_int=\count283
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'display-begin' taking 0 argument(s) on line ....
+.................................................
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'display-end' taking 0 argument(s) on line ....
+.................................................
+)
diff --git a/l3experimental/xgalley/testfiles/xgalley000.xetex.tlg b/l3experimental/xgalley/testfiles/xgalley000.xetex.tlg
new file mode 100644
index 0000000..dc47e58
--- /dev/null
+++ b/l3experimental/xgalley/testfiles/xgalley000.xetex.tlg
@@ -0,0 +1,79 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+Author: Bruno Le Floch
+(xgalley.sty
+ (l3galley.sty
+\l__galley_tmp_int=\count197
+\l_galley_total_right_margin_dim=\dimen164
+\l_galley_interpar_penalty_int=\count198
+\l_galley_interpar_vspace_skip=\skip78
+\g_galley_previous_par_lines_int=\count199
+\l__galley_previous_par_lines_int=\count266
+\g__galley_current_par_lines_int=\count267
+\l__galley_current_par_lines_int=\count268
+\l__galley_group_level_int=\count269
+\everypar=\toks44
+\g__galley_last_box=\box72
+\l__galley_total_left_margin_dim=\dimen165
+\l__galley_total_right_margin_dim=\dimen166
+\parskip=\skip79
+\l_galley_par_begin_skip=\dimen167
+\l_galley_hyphen_left_int=\count270
+LaTeX Info: Redefining \vspace on input line ....
+LaTeX Info: Redefining \\ on input line ....
+LaTeX Info: Redefining \newline on input line ....
+)
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'measure' taking 0 argument(s) on line ....
+.................................................
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'parshape' taking 0 argument(s) on line ....
+.................................................
+\l__galley_parshape_indent_dim=\dimen168
+\l__galley_parshape_lines_int=\count271
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'hyphenation' taking 0 argument(s) on line ....
+.................................................
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'justification' taking 0 argument(s) on line ....
+.................................................
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'line-breaking' taking 0 argument(s) on line ....
+.................................................
+\l__galley_binop_penalty_int=\count272
+\l__galley_linebreak_penalty_int=\count273
+\l__galley_relation_penalty_int=\count274
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'paragraph-breaking' taking 0 argument(s) on line ...
+.................................................
+\l__galley_broken_penalty_int=\count275
+\l__galley_club_penalty_int=\count276
+\l__galley_display_club_penalty_int=\count277
+\l__galley_display_widow_penalty_int=\count278
+\l__galley_interline_penalty_int=\count279
+\l__galley_post_display_penalty_int=\count280
+\l__galley_pre_display_penalty_int=\count281
+\l__galley_widow_penalty_int=\count282
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'display-begin' taking 0 argument(s) on line ....
+.................................................
+.................................................
+. xtemplate info: "declare-object-type"
+. 
+. Declaring object type 'display-end' taking 0 argument(s) on line ....
+.................................................
+)
diff --git a/l3packages/l3keys2e/build.lua b/l3packages/l3keys2e/build.lua
index 3e606b1..b0a5b6d 100644
--- a/l3packages/l3keys2e/build.lua
+++ b/l3packages/l3keys2e/build.lua
@@ -12,7 +12,6 @@ maindir = "../.."
 
 -- Non-standard settings
 demofiles    = {"l3keys2e-demo.tex"}
-testfiledir  = "" -- No tests
 
 -- Load the common build code
 dofile(maindir .. "/build-config.lua")
diff --git a/l3packages/l3keys2e/testfiles/m3keys2e000.lvt b/l3packages/l3keys2e/testfiles/m3keys2e000.lvt
new file mode 100644
index 0000000..688e304
--- /dev/null
+++ b/l3packages/l3keys2e/testfiles/m3keys2e000.lvt
@@ -0,0 +1,15 @@
+%
+% Copyright (C) 2017 LaTeX3 Project
+%
+
+\documentclass{minimal}
+\input{regression-test}
+\RequirePackage[check-declarations]{expl3}
+\ExplSyntaxOn
+\debug_on:n { deprecation }
+\ExplSyntaxOff
+
+\START
+\AUTHOR{Bruno Le Floch}
+\RequirePackage{l3keys2e}
+\END
diff --git a/l3packages/l3keys2e/testfiles/m3keys2e000.tlg b/l3packages/l3keys2e/testfiles/m3keys2e000.tlg
new file mode 100644
index 0000000..3a9fab5
--- /dev/null
+++ b/l3packages/l3keys2e/testfiles/m3keys2e000.tlg
@@ -0,0 +1,5 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+Author: Bruno Le Floch
+(l3keys2e.sty
+)
diff --git a/l3packages/xfp/testfiles/xfp000.luatex.tlg b/l3packages/xfp/testfiles/xfp000.luatex.tlg
new file mode 100644
index 0000000..90e1fea
--- /dev/null
+++ b/l3packages/xfp/testfiles/xfp000.luatex.tlg
@@ -0,0 +1,21 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+Author: Bruno Le Floch
+(xfp.sty (xparse.sty
+\l__xparse_current_arg_int=\count194
+\g__xparse_grabber_int=\count195
+\l__xparse_m_args_int=\count196
+\l__xparse_mandatory_args_int=\count197
+\l__xparse_v_nesting_int=\count198
+)
+.................................................
+. LaTeX info: "xparse/define-command"
+. 
+. Defining command \fpeval with sig. 'm' on line ....
+.................................................
+.................................................
+. LaTeX info: "xparse/define-command"
+. 
+. Defining command \inteval with sig. 'm' on line ....
+.................................................
+)
diff --git a/l3packages/xfp/testfiles/xfp000.lvt b/l3packages/xfp/testfiles/xfp000.lvt
new file mode 100644
index 0000000..fc6ef6e
--- /dev/null
+++ b/l3packages/xfp/testfiles/xfp000.lvt
@@ -0,0 +1,15 @@
+%
+% Copyright (C) 2017 LaTeX3 Project
+%
+
+\documentclass{minimal}
+\input{regression-test}
+\RequirePackage[check-declarations]{expl3}
+\ExplSyntaxOn
+\debug_on:n { deprecation }
+\ExplSyntaxOff
+
+\START
+\AUTHOR{Bruno Le Floch}
+\RequirePackage{xfp}
+\END
diff --git a/l3packages/xfp/testfiles/xfp000.ptex.tlg b/l3packages/xfp/testfiles/xfp000.ptex.tlg
new file mode 100644
index 0000000..90e1fea
--- /dev/null
+++ b/l3packages/xfp/testfiles/xfp000.ptex.tlg
@@ -0,0 +1,21 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+Author: Bruno Le Floch
+(xfp.sty (xparse.sty
+\l__xparse_current_arg_int=\count194
+\g__xparse_grabber_int=\count195
+\l__xparse_m_args_int=\count196
+\l__xparse_mandatory_args_int=\count197
+\l__xparse_v_nesting_int=\count198
+)
+.................................................
+. LaTeX info: "xparse/define-command"
+. 
+. Defining command \fpeval with sig. 'm' on line ....
+.................................................
+.................................................
+. LaTeX info: "xparse/define-command"
+. 
+. Defining command \inteval with sig. 'm' on line ....
+.................................................
+)
diff --git a/l3packages/xfp/testfiles/xfp000.tlg b/l3packages/xfp/testfiles/xfp000.tlg
new file mode 100644
index 0000000..61636d6
--- /dev/null
+++ b/l3packages/xfp/testfiles/xfp000.tlg
@@ -0,0 +1,21 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+Author: Bruno Le Floch
+(xfp.sty (xparse.sty
+\l__xparse_current_arg_int=\count196
+\g__xparse_grabber_int=\count197
+\l__xparse_m_args_int=\count198
+\l__xparse_mandatory_args_int=\count199
+\l__xparse_v_nesting_int=\count266
+)
+.................................................
+. LaTeX info: "xparse/define-command"
+. 
+. Defining command \fpeval with sig. 'm' on line ....
+.................................................
+.................................................
+. LaTeX info: "xparse/define-command"
+. 
+. Defining command \inteval with sig. 'm' on line ....
+.................................................
+)
diff --git a/l3packages/xfp/testfiles/xfp000.uptex.tlg b/l3packages/xfp/testfiles/xfp000.uptex.tlg
new file mode 100644
index 0000000..92e20a2
--- /dev/null
+++ b/l3packages/xfp/testfiles/xfp000.uptex.tlg
@@ -0,0 +1,21 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+Author: Bruno Le Floch
+(xfp.sty (xparse.sty
+\l__xparse_current_arg_int=\count192
+\g__xparse_grabber_int=\count193
+\l__xparse_m_args_int=\count194
+\l__xparse_mandatory_args_int=\count195
+\l__xparse_v_nesting_int=\count196
+)
+.................................................
+. LaTeX info: "xparse/define-command"
+. 
+. Defining command \fpeval with sig. 'm' on line ....
+.................................................
+.................................................
+. LaTeX info: "xparse/define-command"
+. 
+. Defining command \inteval with sig. 'm' on line ....
+.................................................
+)
diff --git a/l3packages/xfp/testfiles/xfp000.xetex.tlg b/l3packages/xfp/testfiles/xfp000.xetex.tlg
new file mode 100644
index 0000000..273f299
--- /dev/null
+++ b/l3packages/xfp/testfiles/xfp000.xetex.tlg
@@ -0,0 +1,21 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+Author: Bruno Le Floch
+(xfp.sty (xparse.sty
+\l__xparse_current_arg_int=\count191
+\g__xparse_grabber_int=\count192
+\l__xparse_m_args_int=\count193
+\l__xparse_mandatory_args_int=\count194
+\l__xparse_v_nesting_int=\count195
+)
+.................................................
+. LaTeX info: "xparse/define-command"
+. 
+. Defining command \fpeval with sig. 'm' on line ....
+.................................................
+.................................................
+. LaTeX info: "xparse/define-command"
+. 
+. Defining command \inteval with sig. 'm' on line ....
+.................................................
+)
diff --git a/l3packages/xparse/testfiles/xparse000.luatex.tlg b/l3packages/xparse/testfiles/xparse000.luatex.tlg
new file mode 100644
index 0000000..9941c11
--- /dev/null
+++ b/l3packages/xparse/testfiles/xparse000.luatex.tlg
@@ -0,0 +1,10 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+Author: Bruno Le Floch
+(xparse.sty
+\l__xparse_current_arg_int=\count194
+\g__xparse_grabber_int=\count195
+\l__xparse_m_args_int=\count196
+\l__xparse_mandatory_args_int=\count197
+\l__xparse_v_nesting_int=\count198
+)
diff --git a/l3packages/xparse/testfiles/xparse000.lvt b/l3packages/xparse/testfiles/xparse000.lvt
new file mode 100644
index 0000000..df09532
--- /dev/null
+++ b/l3packages/xparse/testfiles/xparse000.lvt
@@ -0,0 +1,15 @@
+%
+% Copyright (C) 2017 LaTeX3 Project
+%
+
+\documentclass{minimal}
+\input{regression-test}
+\RequirePackage[check-declarations]{expl3}
+\ExplSyntaxOn
+\debug_on:n { deprecation }
+\ExplSyntaxOff
+
+\START
+\AUTHOR{Bruno Le Floch}
+\RequirePackage{xparse}
+\END
diff --git a/l3packages/xparse/testfiles/xparse000.ptex.tlg b/l3packages/xparse/testfiles/xparse000.ptex.tlg
new file mode 100644
index 0000000..9941c11
--- /dev/null
+++ b/l3packages/xparse/testfiles/xparse000.ptex.tlg
@@ -0,0 +1,10 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+Author: Bruno Le Floch
+(xparse.sty
+\l__xparse_current_arg_int=\count194
+\g__xparse_grabber_int=\count195
+\l__xparse_m_args_int=\count196
+\l__xparse_mandatory_args_int=\count197
+\l__xparse_v_nesting_int=\count198
+)
diff --git a/l3packages/xparse/testfiles/xparse000.tlg b/l3packages/xparse/testfiles/xparse000.tlg
new file mode 100644
index 0000000..820bdd4
--- /dev/null
+++ b/l3packages/xparse/testfiles/xparse000.tlg
@@ -0,0 +1,10 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+Author: Bruno Le Floch
+(xparse.sty
+\l__xparse_current_arg_int=\count196
+\g__xparse_grabber_int=\count197
+\l__xparse_m_args_int=\count198
+\l__xparse_mandatory_args_int=\count199
+\l__xparse_v_nesting_int=\count266
+)
diff --git a/l3packages/xparse/testfiles/xparse000.uptex.tlg b/l3packages/xparse/testfiles/xparse000.uptex.tlg
new file mode 100644
index 0000000..b78cff3
--- /dev/null
+++ b/l3packages/xparse/testfiles/xparse000.uptex.tlg
@@ -0,0 +1,10 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+Author: Bruno Le Floch
+(xparse.sty
+\l__xparse_current_arg_int=\count192
+\g__xparse_grabber_int=\count193
+\l__xparse_m_args_int=\count194
+\l__xparse_mandatory_args_int=\count195
+\l__xparse_v_nesting_int=\count196
+)
diff --git a/l3packages/xparse/testfiles/xparse000.xetex.tlg b/l3packages/xparse/testfiles/xparse000.xetex.tlg
new file mode 100644
index 0000000..6e46271
--- /dev/null
+++ b/l3packages/xparse/testfiles/xparse000.xetex.tlg
@@ -0,0 +1,10 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+Author: Bruno Le Floch
+(xparse.sty
+\l__xparse_current_arg_int=\count191
+\g__xparse_grabber_int=\count192
+\l__xparse_m_args_int=\count193
+\l__xparse_mandatory_args_int=\count194
+\l__xparse_v_nesting_int=\count195
+)
diff --git a/l3packages/xtemplate/testfiles/xtemplate000.luatex.tlg b/l3packages/xtemplate/testfiles/xtemplate000.luatex.tlg
new file mode 100644
index 0000000..a902c84
--- /dev/null
+++ b/l3packages/xtemplate/testfiles/xtemplate000.luatex.tlg
@@ -0,0 +1,9 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+Author: Bruno Le Floch
+(xtemplate.sty
+\l__xtemplate_tmp_dim=\dimen163
+\l__xtemplate_tmp_int=\count194
+\l__xtemplate_tmp_muskip=\muskip46
+\l__xtemplate_tmp_skip=\skip77
+)
diff --git a/l3packages/xtemplate/testfiles/xtemplate000.lvt b/l3packages/xtemplate/testfiles/xtemplate000.lvt
new file mode 100644
index 0000000..da31bad
--- /dev/null
+++ b/l3packages/xtemplate/testfiles/xtemplate000.lvt
@@ -0,0 +1,15 @@
+%
+% Copyright (C) 2017 LaTeX3 Project
+%
+
+\documentclass{minimal}
+\input{regression-test}
+\RequirePackage[check-declarations]{expl3}
+\ExplSyntaxOn
+\debug_on:n { deprecation }
+\ExplSyntaxOff
+
+\START
+\AUTHOR{Bruno Le Floch}
+\RequirePackage{xtemplate}
+\END
diff --git a/l3packages/xtemplate/testfiles/xtemplate000.ptex.tlg b/l3packages/xtemplate/testfiles/xtemplate000.ptex.tlg
new file mode 100644
index 0000000..a902c84
--- /dev/null
+++ b/l3packages/xtemplate/testfiles/xtemplate000.ptex.tlg
@@ -0,0 +1,9 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+Author: Bruno Le Floch
+(xtemplate.sty
+\l__xtemplate_tmp_dim=\dimen163
+\l__xtemplate_tmp_int=\count194
+\l__xtemplate_tmp_muskip=\muskip46
+\l__xtemplate_tmp_skip=\skip77
+)
diff --git a/l3packages/xtemplate/testfiles/xtemplate000.tlg b/l3packages/xtemplate/testfiles/xtemplate000.tlg
new file mode 100644
index 0000000..4695ff8
--- /dev/null
+++ b/l3packages/xtemplate/testfiles/xtemplate000.tlg
@@ -0,0 +1,9 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+Author: Bruno Le Floch
+(xtemplate.sty
+\l__xtemplate_tmp_dim=\dimen163
+\l__xtemplate_tmp_int=\count196
+\l__xtemplate_tmp_muskip=\muskip46
+\l__xtemplate_tmp_skip=\skip77
+)
diff --git a/l3packages/xtemplate/testfiles/xtemplate000.uptex.tlg b/l3packages/xtemplate/testfiles/xtemplate000.uptex.tlg
new file mode 100644
index 0000000..764d7a0
--- /dev/null
+++ b/l3packages/xtemplate/testfiles/xtemplate000.uptex.tlg
@@ -0,0 +1,9 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+Author: Bruno Le Floch
+(xtemplate.sty
+\l__xtemplate_tmp_dim=\dimen163
+\l__xtemplate_tmp_int=\count192
+\l__xtemplate_tmp_muskip=\muskip46
+\l__xtemplate_tmp_skip=\skip77
+)
diff --git a/l3packages/xtemplate/testfiles/xtemplate000.xetex.tlg b/l3packages/xtemplate/testfiles/xtemplate000.xetex.tlg
new file mode 100644
index 0000000..c105fd8
--- /dev/null
+++ b/l3packages/xtemplate/testfiles/xtemplate000.xetex.tlg
@@ -0,0 +1,9 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+Author: Bruno Le Floch
+(xtemplate.sty
+\l__xtemplate_tmp_dim=\dimen163
+\l__xtemplate_tmp_int=\count191
+\l__xtemplate_tmp_muskip=\muskip46
+\l__xtemplate_tmp_skip=\skip77
+)





More information about the latex3-commits mailing list