[latex3-commits] [git/LaTeX3-latex3-latex2e] gh938: Add a testfile for gh/0938 (fe24b324)

Joseph Wright joseph.wright at morningstar2.co.uk
Sat Oct 22 11:42:49 CEST 2022


Repository : https://github.com/latex3/latex2e
On branch  : gh938
Link       : https://github.com/latex3/latex2e/commit/fe24b324663c7384d48f62f3aff8c77b973ba08e

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

commit fe24b324663c7384d48f62f3aff8c77b973ba08e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Oct 22 10:42:49 2022 +0100

    Add a testfile for gh/0938
    
    Using David's model, sort-of.


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

fe24b324663c7384d48f62f3aff8c77b973ba08e
 base/testfiles/github-0938.lvt                         | 12 ++++++++++++
 base/testfiles/{tlb-ealloc-002.tlg => github-0938.tlg} |  4 +++-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/base/testfiles/github-0938.lvt b/base/testfiles/github-0938.lvt
new file mode 100644
index 00000000..e17d0b4f
--- /dev/null
+++ b/base/testfiles/github-0938.lvt
@@ -0,0 +1,12 @@
+\input{test2e}
+\begin{filecontents}[overwrite]{myclass.cls}
+\ProvidesClass{myclass}[9999/12/31]
+\LoadClass{minimal}
+\DeclareKeys{foo .store = \myclassfoo,foo .default:n = {},baz .store=\myclassbaz}
+\ProcessKeyOptions
+\end{filecontents}
+\documentclass[foo,bar,baz=foo,ggg=\sqrt{4}]{myclass}
+\usepackage{amsmath}
+\START
+\begin{document}
+\END
\ No newline at end of file
diff --git a/base/testfiles/tlb-ealloc-002.tlg b/base/testfiles/github-0938.tlg
similarity index 92%
copy from base/testfiles/tlb-ealloc-002.tlg
copy to base/testfiles/github-0938.tlg
index 67dd6b68..8badc522 100644
--- a/base/testfiles/tlb-ealloc-002.tlg
+++ b/base/testfiles/github-0938.tlg
@@ -1,6 +1,8 @@
 This is a generated file for the LaTeX2e validation system.
 Don't change this file in any respect.
-(tlb-ealloc-002.aux)
+LaTeX Warning: Unused global option(s):
+    [bar,ggg].
+(github-0938.aux)
 LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line ....
 LaTeX Font Info:    ... okay on input line ....
 LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line ....





More information about the latex3-commits mailing list.