[latex3-commits] [l3svn] r6129 - Add a basic test for fontspec

noreply at latex-project.org noreply at latex-project.org
Wed Sep 30 07:53:26 CEST 2015


Author: joseph
Date: 2015-09-30 07:53:26 +0200 (Wed, 30 Sep 2015)
New Revision: 6129

Added:
   trunk/contrib/testfiles/fontspec001.luatex.tlg
   trunk/contrib/testfiles/fontspec001.lvt
   trunk/contrib/testfiles/fontspec001.tlg
   trunk/contrib/testfiles/fontspec001.xetex.tlg
Log:
Add a basic test for fontspec


Added: trunk/contrib/testfiles/fontspec001.luatex.tlg
===================================================================
--- trunk/contrib/testfiles/fontspec001.luatex.tlg	                        (rev 0)
+++ trunk/contrib/testfiles/fontspec001.luatex.tlg	2015-09-30 05:53:26 UTC (rev 6129)
@@ -0,0 +1,61 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+%% \CharacterTable
+%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
+%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
+%%   Digits        \0\1\2\3\4\5\6\7\8\9
+%%   Exclamation   \!     Double quote  \"     Hash (number) \#
+%%   Dollar        \$     Percent       \%     Ampersand     \&
+%%   Acute accent  \'     Left paren    \(     Right paren   \)
+%%   Asterisk      \*     Plus          \+     Comma         \,
+%%   Minus         \-     Point         \.     Solidus       \/
+%%   Colon         \:     Semicolon     \;     Less than     \<
+%%   Equals        \=     Greater than  \>     Question mark \?
+%%   Commercial at \@     Left bracket  \[     Backslash     \\
+%%   Right bracket \]     Circumflex    \^     Underscore    \_
+%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
+%%   Right brace   \}     Tilde         \~}
+%%
+Completed box being shipped out [1]
+\vbox(633.0+0.0)x407.0, direction TLT
+.\glue 16.0
+.\vbox(617.0+0.0)x345.0, shifted 62.0, direction TLT
+..\vbox(12.0+0.0)x345.0, glue set 12.0fil, direction TLT
+...\glue 0.0 plus 1.0fil
+...\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 539.83234fil, direction TLT
+...\write-{}
+...\glue(\topskip) 3.06
+...\hbox(6.94+0.11)x345.0, glue set 279.97fil, direction TLT
+....\whatsit
+.....\localinterlinepenalty=0
+.....\localbrokenpenalty=0
+.....\localleftbox=null
+.....\localrightbox=null
+....\hbox(0.0+0.0)x15.0, direction TLT
+....\EU2/lmr/m/n/10 H
+....\EU2/lmr/m/n/10 e
+....\EU2/lmr/m/n/10 l
+....\EU2/lmr/m/n/10 l
+....\EU2/lmr/m/n/10 o
+....\glue 3.33 plus 1.665 minus 1.11
+....\EU2/lmr/m/n/10 w
+....\kern -0.28
+....\EU2/lmr/m/n/10 o
+....\EU2/lmr/m/n/10 r
+....\EU2/lmr/m/n/10 l
+....\EU2/lmr/m/n/10 d
+....\penalty 10000
+....\glue(\parfillskip) 0.0 plus 1.0fil
+....\glue(\rightskip) 0.0
+...\glue 0.0 plus 1.0fil
+...\glue 0.0
+...\glue 0.0 plus 0.0001fil
+..\glue(\baselineskip) 23.34
+..\hbox(6.66+0.0)x345.0, glue set 170.0fil, direction TLT
+...\glue 0.0 plus 1.0fil
+...\EU2/lmr/m/n/10 1
+...\glue 0.0 plus 1.0fil
+(.aux)


Property changes on: trunk/contrib/testfiles/fontspec001.luatex.tlg
___________________________________________________________________
Added: svn:eol-style
   + native

Added: trunk/contrib/testfiles/fontspec001.lvt
===================================================================
--- trunk/contrib/testfiles/fontspec001.lvt	                        (rev 0)
+++ trunk/contrib/testfiles/fontspec001.lvt	2015-09-30 05:53:26 UTC (rev 6129)
@@ -0,0 +1,39 @@
+%
+% Copyright (C) 2015 Joseph Wright
+%
+
+\documentclass{article}
+\input{regression-test}
+\AUTHOR{Joseph Wright}
+
+\usepackage{expl3}
+
+\START
+
+% Write something in the log in all cases
+\ExplSyntaxOn
+\bool_if:nF
+  {
+       \sys_if_engine_luatex_p:
+    || \sys_if_engine_xetex_p:
+  }
+  {
+    \iow_log:n
+      { Not~using~LuaTeX~or~XeTeX: \iow_newline: Expect~no~further~output! }
+  }
+\ExplSyntaxOff
+
+\OMIT
+\usepackage{fontspec}
+\TIMO
+
+% Skip the font loading stuff
+\OMIT
+\begin{document}
+\TIMO
+
+\showoutput
+
+Hello world
+
+\end{document}


Property changes on: trunk/contrib/testfiles/fontspec001.lvt
___________________________________________________________________
Added: svn:eol-style
   + native

Added: trunk/contrib/testfiles/fontspec001.tlg
===================================================================
--- trunk/contrib/testfiles/fontspec001.tlg	                        (rev 0)
+++ trunk/contrib/testfiles/fontspec001.tlg	2015-09-30 05:53:26 UTC (rev 6129)
@@ -0,0 +1,19 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+%% \CharacterTable
+%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
+%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
+%%   Digits        \0\1\2\3\4\5\6\7\8\9
+%%   Exclamation   \!     Double quote  \"     Hash (number) \#
+%%   Dollar        \$     Percent       \%     Ampersand     \&
+%%   Acute accent  \'     Left paren    \(     Right paren   \)
+%%   Asterisk      \*     Plus          \+     Comma         \,
+%%   Minus         \-     Point         \.     Solidus       \/
+%%   Colon         \:     Semicolon     \;     Less than     \<
+%%   Equals        \=     Greater than  \>     Question mark \?
+%%   Commercial at \@     Left bracket  \[     Backslash     \\
+%%   Right bracket \]     Circumflex    \^     Underscore    \_
+%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
+%%   Right brace   \}     Tilde         \~}
+%%
+Not using LuaTeX or XeTeX:\iow_newline: Expect no further output!


Property changes on: trunk/contrib/testfiles/fontspec001.tlg
___________________________________________________________________
Added: svn:eol-style
   + native

Added: trunk/contrib/testfiles/fontspec001.xetex.tlg
===================================================================
--- trunk/contrib/testfiles/fontspec001.xetex.tlg	                        (rev 0)
+++ trunk/contrib/testfiles/fontspec001.xetex.tlg	2015-09-30 05:53:26 UTC (rev 6129)
@@ -0,0 +1,47 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+%% \CharacterTable
+%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
+%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
+%%   Digits        \0\1\2\3\4\5\6\7\8\9
+%%   Exclamation   \!     Double quote  \"     Hash (number) \#
+%%   Dollar        \$     Percent       \%     Ampersand     \&
+%%   Acute accent  \'     Left paren    \(     Right paren   \)
+%%   Asterisk      \*     Plus          \+     Comma         \,
+%%   Minus         \-     Point         \.     Solidus       \/
+%%   Colon         \:     Semicolon     \;     Less than     \<
+%%   Equals        \=     Greater than  \>     Question mark \?
+%%   Commercial at \@     Left bracket  \[     Backslash     \\
+%%   Right bracket \]     Circumflex    \^     Underscore    \_
+%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
+%%   Right brace   \}     Tilde         \~}
+%%
+Completed box being shipped out [1]
+\vbox(633.0+0.0)x407.0
+.\glue 16.0
+.\vbox(617.0+0.0)x345.0, shifted 62.0
+..\vbox(12.0+0.0)x345.0, glue set 12.0fil
+...\glue 0.0 plus 1.0fil
+...\hbox(0.0+0.0)x345.0
+..\glue 25.0
+..\glue(\lineskip) 0.0
+..\vbox(550.0+0.0)x345.0, glue set 539.83235fil
+...\write-{}
+...\glue(\topskip) 3.06
+...\hbox(6.94+0.10999)x345.0, glue set 279.97fil
+....\hbox(0.0+0.0)x15.0
+....\EU1/lmr/m/n/10 Hello
+....\glue 3.33 plus 1.665 minus 1.11
+....\EU1/lmr/m/n/10 world
+....\penalty 10000
+....\glue(\parfillskip) 0.0 plus 1.0fil
+....\glue(\rightskip) 0.0
+...\glue 0.0 plus 1.0fil
+...\glue 0.0
+...\glue 0.0 plus 0.0001fil
+..\glue(\baselineskip) 23.34
+..\hbox(6.66+0.0)x345.0, glue set 170.0fil
+...\glue 0.0 plus 1.0fil
+...\EU1/lmr/m/n/10 1
+...\glue 0.0 plus 1.0fil
+(.aux)


Property changes on: trunk/contrib/testfiles/fontspec001.xetex.tlg
___________________________________________________________________
Added: svn:eol-style
   + native



More information about the latex3-commits mailing list