aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-10-16 20:54:43 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-10-16 20:54:43 -0700
commit9cf9a64923c672fafd1458bda6f643ada83e2b1e (patch)
tree270136da5670107f60903c065d10438f3b11a6d4 /test/command
parentcba18c19a69d05ecd3e617bcbd74780482bffd7e (diff)
downloadpandoc-9cf9a64923c672fafd1458bda6f643ada83e2b1e.tar.gz
RST writer: correctly handle inline code containing backticks.
(Use a :literal: role.) Closes #3974.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/3974.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/3974.md b/test/command/3974.md
new file mode 100644
index 000000000..26ab36688
--- /dev/null
+++ b/test/command/3974.md
@@ -0,0 +1,6 @@
+```
+% pandoc -f native -t rst
+[Code ("",[],[]) "``"]
+^D
+:literal:`\`\``
+```