aboutsummaryrefslogtreecommitdiff
path: root/test/command/9878.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/9878.md')
-rw-r--r--test/command/9878.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/9878.md b/test/command/9878.md
index 2e1e8263e..da7bf9927 100644
--- a/test/command/9878.md
+++ b/test/command/9878.md
@@ -4,3 +4,9 @@
^D
[ Para [ Str "15%" , Space , Str "50%" ] ]
```
+```
+% pandoc -f textile -t native
+15%. 70%
+^D
+[ Para [ Str "15%." , Space , Str "70%" ] ]
+```