summaryrefslogtreecommitdiff
path: root/test/command/3407.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3407.md')
-rw-r--r--test/command/3407.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/command/3407.md b/test/command/3407.md
new file mode 100644
index 000000000..3160d1263
--- /dev/null
+++ b/test/command/3407.md
@@ -0,0 +1,13 @@
+```
+% pandoc -f native -t rst
+[Para [Span ("",[],[("role","foo")]) [Str "text"]]]
+^D
+:foo:`text`
+```
+
+```
+% pandoc -f rst -t native
+:foo:`text`
+^D
+[Para [Span ("",[],[("role","foo")]) [Str "text"]]]
+```