summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fontspec/testsuite/F-verb-listings.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/fontspec/testsuite/F-verb-listings.ltx')
-rw-r--r--Master/texmf-dist/source/latex/fontspec/testsuite/F-verb-listings.ltx10
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/fontspec/testsuite/F-verb-listings.ltx b/Master/texmf-dist/source/latex/fontspec/testsuite/F-verb-listings.ltx
new file mode 100644
index 00000000000..4e818edff8b
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fontspec/testsuite/F-verb-listings.ltx
@@ -0,0 +1,10 @@
+\documentclass[twocolumn]{testsuite}
+\usepackage{fontspec,listings}
+\begin{document}
+\begin{lstlisting}
+testing spaces
+\end{lstlisting}
+\begin{lstlisting}[showspaces]
+testing spaces
+\end{lstlisting}
+\end{document} \ No newline at end of file