Add some failing tests
This commit is contained in:
parent
3c4006c14f
commit
a5a4427d2b
1 changed files with 21 additions and 0 deletions
21
test/fixtures/default.txt
vendored
21
test/fixtures/default.txt
vendored
|
@ -193,3 +193,24 @@ $$
|
||||||
1
|
1
|
||||||
$$</p>
|
$$</p>
|
||||||
.
|
.
|
||||||
|
|
||||||
|
Numbers can not follow closing inline math
|
||||||
|
.
|
||||||
|
Thus, $20,000 and USD$30,000 won't parse as math.
|
||||||
|
.
|
||||||
|
<p>Thus, $20,000 and USD$30,000 won't parse as math.</p>
|
||||||
|
.
|
||||||
|
|
||||||
|
Require non whitespace to left of opening inline math
|
||||||
|
.
|
||||||
|
For some Europeans, it is 2$ for a can of soda, not 1$.
|
||||||
|
.
|
||||||
|
<p>For some Europeans, it is 2$ for a can of soda, not 1$.</p>
|
||||||
|
.
|
||||||
|
|
||||||
|
Require non whitespace to right of closing inline math.
|
||||||
|
.
|
||||||
|
I will give you 20$, if you give me 15$ tomorrow.
|
||||||
|
.
|
||||||
|
<p>I will give you 20$, if you give me 15$ tomorrow.</p>
|
||||||
|
.
|
||||||
|
|
Reference in a new issue