Add test for #7155.
This commit is contained in:
parent
0b1869fd42
commit
e66bf891ec
1 changed files with 15 additions and 0 deletions
15
test/command/7155.md
Normal file
15
test/command/7155.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
```
|
||||
% pandoc -f markdown+tex_math_single_backslash -t native
|
||||
\(x\) \[x\]
|
||||
\\(x\\) \\[x\\]
|
||||
^D
|
||||
[Para [Math InlineMath "x",Space,Math DisplayMath "x",SoftBreak,Str "\\(x\\)",Space,Str "\\[x\\]"]]
|
||||
```
|
||||
|
||||
```
|
||||
% pandoc -f markdown+tex_math_double_backslash -t native
|
||||
\(x\) \[x\]
|
||||
\\(x\\) \\[x\\]
|
||||
^D
|
||||
[Para [Str "(x)",Space,Str "[x]",SoftBreak,Math InlineMath "x",Space,Math DisplayMath "x"]]
|
||||
```
|
Loading…
Add table
Reference in a new issue