Skip to content

Commit

Permalink
test(packages): Add regression test for paragraph spacing in verbatium
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Oct 8, 2024
1 parent 3a0ef46 commit 87d9818
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions tests/verbatim-lines.sil
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
\begin[papersize=a6]{document}
\nofolios
\neverindent
\use[module=packages.verbatim]
\use[module=packages.autodoc]

\begin{verbatim}
Foo

Bar
Bar

Baz
\end{verbatim}

\begin[type=autodoc:codeblock]{raw}
Foo

Bar
Bar

Baz
\end{raw}

\end{document}

0 comments on commit 87d9818

Please sign in to comment.