Added test case for #4669 to repository.

This commit is contained in:
John MacFarlane 2018-08-05 09:20:05 -07:00
parent 5866892a9d
commit f7dc3e7487

29
test/command/4669.md Normal file
View file

@ -0,0 +1,29 @@
```
% pandoc -f latex -t native
{\tt <-}
\begin{verbatim}
while (n > 0) {
\end{verbatim}
^D
[Para [Span ("",[],[]) [Str "<-"]]
,CodeBlock ("",[],[]) " while (n > 0) {"]
```
```
% pandoc -f latex -t native
\begin{itemize}
\item<1> one
\item<2-3,5> two
\item<2| @alert> three
\item<handout> four
\item<beamer:2> five
\end{itemize}
^D
[BulletList
[[Para [Str "one"]]
,[Para [Str "two"]]
,[Para [Str "three"]]
,[Para [Str "four"]]
,[Para [Str "five"]]]]
```