mirror of https://github.com/gpoore/minted.git
Test case for issue 51.
This commit is contained in:
parent
c005332ac1
commit
6f566258e2
|
@ -0,0 +1,8 @@
|
|||
% Test case for http://code.google.com/p/minted/issues/detail?id=51
|
||||
\documentclass{memoir}
|
||||
\usepackage{minted}
|
||||
\begin{document}
|
||||
\begin{minted}{xml}
|
||||
<xml/>
|
||||
\end{minted}
|
||||
\end{document}
|
Loading…
Reference in New Issue