aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-08-26 15:20:22 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-08-26 15:20:22 -0700
commit180f534d21ee35e574d1552a77b91dd2342e464e (patch)
tree4fbffb39487cbe4e384f070f628be470fdd3b0d0 /test/command
parentfaae6f16c7501bd41fc9f1654ff63430699062ca (diff)
downloadpandoc-180f534d21ee35e574d1552a77b91dd2342e464e.tar.gz
Add test for issue #5708.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/5708.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/command/5708.md b/test/command/5708.md
new file mode 100644
index 000000000..00a98a371
--- /dev/null
+++ b/test/command/5708.md
@@ -0,0 +1,12 @@
+```
+% pandoc -f rst -t native
++--------+----------------+
+| 123456 | :math:`a + b` |
++--------+----------------+
+^D
+[Table [] [AlignDefault,AlignDefault] [0.125,0.2361111111111111]
+ [[]
+ ,[]]
+ [[[Plain [Str "123456"]]
+ ,[Plain [Math InlineMath "a + b"]]]]]
+```