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