Add test - closes #3958.
This commit is contained in:
parent
7d2ff7ed6d
commit
8cd1e00bbc
1 changed files with 20 additions and 0 deletions
20
test/command/3958.md
Normal file
20
test/command/3958.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
```
|
||||
% pandoc -f latex -t native
|
||||
\texttt{"hi"}
|
||||
^D
|
||||
[Para [Code ("",[],[]) "\"hi\""]]
|
||||
```
|
||||
|
||||
```
|
||||
% pandoc -f latex -t native
|
||||
\texttt{``hi''}
|
||||
^D
|
||||
[Para [Code ("",[],[]) "\8220hi\8221"]]
|
||||
```
|
||||
|
||||
```
|
||||
% pandoc -f latex -t native
|
||||
\texttt{`hi'}
|
||||
^D
|
||||
[Para [Code ("",[],[]) "\8216hi\8217"]]
|
||||
```
|
Loading…
Add table
Reference in a new issue