From ec614a5489b61de544811f2964d7a3b11f8e1952 Mon Sep 17 00:00:00 2001 From: William G Underwood <42812654+WGUNDERWOOD@users.noreply.github.com> Date: Thu, 31 Oct 2024 16:00:17 +0000 Subject: [PATCH] Typos in tests --- tests/source/sections.tex | 4 ++-- tests/target/sections.tex | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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