diff --git a/tests/source/sections.tex b/tests/source/sections.tex index 1a1d787..7230141 100644 --- a/tests/source/sections.tex +++ b/tests/source/sections.tex @@ -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}. diff --git a/tests/target/sections.tex b/tests/target/sections.tex index a7168aa..cdb874c 100644 --- a/tests/target/sections.tex +++ b/tests/target/sections.tex @@ -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