aihc-parser-1.0.0.2: test/Test/Fixtures/golden/module/literate/latex-style-with-other-envs.yaml
extensions: []
input: |
\begin{document}
This is a LaTeX document.
\begin{code}
module LatexWithOtherEnvs where
x = 1
\end{code}
\begin{itemize}
\item Point 1
\end{itemize}
\end{document}
status: xfail
reason: LaTeX-style with other LaTeX environments.