summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fontspec/testsuite/F-verb-fancyvrb.ltx
blob: f146623f66edddc456ca64b73fa77874ab10962e (plain)
1
2
3
4
5
6
7
8
9
10
\documentclass[twocolumn]{testsuite}
\usepackage{fontspec,fancyvrb}
\begin{document}
\begin{Verbatim}
testing spaces
\end{Verbatim}
\begin{Verbatim*}
testing spaces
\end{Verbatim*}
\end{document}