diff options
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/3257.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/command/3257.md b/test/command/3257.md new file mode 100644 index 000000000..31d9426ee --- /dev/null +++ b/test/command/3257.md @@ -0,0 +1,13 @@ +``` +% pandoc -t native +(i<j) +^D +[Para [Str "(i<j)"]] +``` + +``` +% pandoc -t native +i<j-1, j>k +^D +[Para [Str "i<j-1,",Space,Str "j>k"]] +``` |