Skip to content

Commit

Permalink
Add test files for #504
Browse files Browse the repository at this point in the history
  • Loading branch information
PhelypeOleinik committed Mar 27, 2021
1 parent b181bb9 commit ee36b77
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
16 changes: 16 additions & 0 deletions base/testfiles/github-0504.lvt
@@ -0,0 +1,16 @@
\input{test2e}
\START

\begin{filecontents}[overwrite]{myexpl3pkg.sty}
\ProvidesExplPackage{myexpl3pkg}{2020-20-20}{1.0}{Testing}
\end{filecontents}

\OMIT
\RequirePackage[2019-10-01]{latexrelease}
\TIMO

\typeout{space catcode before loading myexpl3pkg=\the\catcode`\ }%
\RequirePackage{myexpl3pkg}
\typeout{space catcode after loading myexpl3pkg=\the\catcode`\ }%

\END
8 changes: 8 additions & 0 deletions base/testfiles/github-0504.tlg
@@ -0,0 +1,8 @@
This is a generated file for the LaTeX2e validation system.
Don't change this file in any respect.
LaTeX Warning: Writing or overwriting file `./myexpl3pkg.sty'.
space catcode before loading myexpl3pkg=10
(myexpl3pkg.sty
Package: myexpl3pkg ....-..-.. v... Testing
)
space catcode after loading myexpl3pkg=10

0 comments on commit ee36b77

Please sign in to comment.