From 888e1201b4489039f4c4c317adb200af4cc9e0a8 Mon Sep 17 00:00:00 2001 From: Johan Larsson Date: Tue, 13 May 2025 09:33:19 +0200 Subject: [PATCH] test: update test file with nested itemize environment --- testfiles/support/molochexample.tex | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/testfiles/support/molochexample.tex b/testfiles/support/molochexample.tex index 6a6dcc5..e0ec28f 100644 --- a/testfiles/support/molochexample.tex +++ b/testfiles/support/molochexample.tex @@ -79,7 +79,15 @@ \column{0.33\textwidth} Items \begin{itemize} - \item Milk \item Eggs \item Potatoes + \item Flour + \begin{itemize} + \item Wheat + \begin{itemize} + \item Whole-grain + \item White + \end{itemize} + \end{itemize} + \item Eggs \end{itemize} \column{0.33\textwidth} @@ -138,7 +146,6 @@ \end{column} \end{columns} - \end{frame} \appendix @@ -147,8 +154,6 @@ Here are some backup slides \end{frame} - - \end{document} \end{document}