Added test case for #4669 to repository.
This commit is contained in:
parent
5866892a9d
commit
f7dc3e7487
1 changed files with 29 additions and 0 deletions
29
test/command/4669.md
Normal file
29
test/command/4669.md
Normal 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"]]]]
|
||||
```
|
Loading…
Reference in a new issue