Skip to content

Commit

Permalink
Typos in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed Oct 31, 2024
1 parent ec1f588 commit ec614a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tests/source/sections.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\section{Section test}

Sectioning commands should be moved to their own line.\subsection{Result} Even if there are more than one.\subsection{Result 2}
Sectioning commands should be moved to their own lines.\subsection{Result} Even if there is more than one.\subsection{Result 2}

Also \section*{A} unnumbered sectioning commands \subsection*{B} should be split onto their own lines, even if there \subsubsection*{C} are more than one.
Also \section*{A} unnumbered sectioning commands \subsection*{B} should be split onto their own lines, even if there \subsubsection*{C} is more than one.

All of this \part{D} should also hold \part*{E} for parts \chapter{F} and chapters \chapter*{G}.
6 changes: 3 additions & 3 deletions tests/target/sections.tex
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
\section{Section test}

Sectioning commands should be moved to their own line.
\subsection{Result} Even if there are more than one.
Sectioning commands should be moved to their own lines.
\subsection{Result} Even if there is more than one.
\subsection{Result 2}

Also
\section*{A} unnumbered sectioning commands
\subsection*{B} should be split onto their own lines, even if there
\subsubsection*{C} are more than one.
\subsubsection*{C} is more than one.

All of this
\part{D} should also hold
Expand Down

0 comments on commit ec614a5

Please sign in to comment.