Add test - closes #3958.

This commit is contained in:
John MacFarlane 2017-10-08 21:57:26 -07:00
parent 7d2ff7ed6d
commit 8cd1e00bbc

20
test/command/3958.md Normal file
View 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"]]
```