Skip to content

Commit

Permalink
test for #1021
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankMittelbach committed Mar 28, 2023
1 parent 170f494 commit baa39dc
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
24 changes: 24 additions & 0 deletions base/testfiles/github-1021.lvt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
\documentclass{article}


\input{test2e}

\begin{document}

\START

\edef\myfontA{\the\font}

\MakeUppercase{All \bfseries up}

\edef\myfontB{\the\font}

\MakeLowercase{All \itshape down}

\edef\myfontC{\the\font}

\typeout{\myfontA\space = \myfontB\space = \myfontC}

\OMIT
\end{document}

3 changes: 3 additions & 0 deletions base/testfiles/github-1021.tlg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This is a generated file for the LaTeX2e validation system.
Don't change this file in any respect.
\OT1/cmr/m/n/10 = \OT1/cmr/bx/n/10 = \OT1/cmr/bx/it/10

0 comments on commit baa39dc

Please sign in to comment.