test: more inline tests from simplemath
This commit is contained in:
parent
d82d995749
commit
d1b4eacd75
1 changed files with 14 additions and 0 deletions
14
test/fixtures/default.txt
vendored
14
test/fixtures/default.txt
vendored
|
@ -35,6 +35,20 @@ aaa $$ bbb
|
|||
<p>aaa bbb</p>
|
||||
.
|
||||
|
||||
Shouldn't render USD
|
||||
.
|
||||
aaa $5.99 bbb
|
||||
.
|
||||
<p>aaa $5.99 bbb</p>
|
||||
.
|
||||
|
||||
Shouldn't render trailing delimiter
|
||||
.
|
||||
aaa 5.99$ bbb
|
||||
.
|
||||
<p>aaa 5.99$ bbb</p>
|
||||
.
|
||||
|
||||
Paragraph break in inline math is not allowed
|
||||
.
|
||||
foo $1+1
|
||||
|
|
Reference in a new issue