From a5a4427d2b91cd5e71bf23a2ce38e714b4dbfcfb Mon Sep 17 00:00:00 2001 From: cbreeden Date: Thu, 12 May 2016 20:14:33 -0500 Subject: [PATCH] Add some failing tests --- test/fixtures/default.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/test/fixtures/default.txt b/test/fixtures/default.txt index 6c6e482..ef24ac3 100644 --- a/test/fixtures/default.txt +++ b/test/fixtures/default.txt @@ -193,3 +193,24 @@ $$ 1 $$

. + +Numbers can not follow closing inline math +. +Thus, $20,000 and USD$30,000 won't parse as math. +. +

Thus, $20,000 and USD$30,000 won't parse as math.

+. + +Require non whitespace to left of opening inline math +. +For some Europeans, it is 2$ for a can of soda, not 1$. +. +

For some Europeans, it is 2$ for a can of soda, not 1$.

+. + +Require non whitespace to right of closing inline math. +. +I will give you 20$, if you give me 15$ tomorrow. +. +

I will give you 20$, if you give me 15$ tomorrow.

+.