From 8cd1e00bbc50c0d5efc9c5fd08f0336d50c416f8 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 8 Oct 2017 21:57:26 -0700 Subject: Add test - closes #3958. --- test/command/3958.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 test/command/3958.md (limited to 'test/command') diff --git a/test/command/3958.md b/test/command/3958.md new file mode 100644 index 000000000..1793dd05c --- /dev/null +++ b/test/command/3958.md @@ -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"]] +``` -- cgit v1.2.3