Modify tests accordingly

This commit is contained in:
Xavier Mendez 2014-09-14 19:16:41 +02:00
parent 5215172914
commit 5c6ef74739
2 changed files with 10 additions and 10 deletions

View file

@ -14,17 +14,17 @@
<p>$$ also <em>not</em> math $$</p>
<p>this$$ should <em>not</em> be$$ math</p>
<p>nor $$ <em>should</em> $$this</p>
<p>this \(*should* be\) math</p>
<p>this\( *should* also be\) math</p>
<p>and \(this *should* \)too</p>
<p>Something \{ like <em>math</em> but \} is not</p>
<p>Also \(like <em>math</em> but \) is not</p>
<p>\\( should not be <em>math</em> either \\)</p>
<p>\\( should be *math* as well \\\)</p>
<p>This is \( math, and the \\\( inner one \\\) should be \) preserved</p>

View file

@ -14,17 +14,17 @@ $$ 1*2*3 \$ \\ \text{dollar with escapes} $$
\$$ also *not* math \$$
this$$ should *not* be$$ math
nor $$ *should* $$this
this $$*should* be$$ math
this$$ *should* also be$$ math
and $$this *should* $$too
Something \\{ like *math* but \\} is not
Also \\\(like *math* but \\\) is not
\\\\( should not be *math* either \\\\)
\\\\( should be *math* as well \\\\)
This is \\( math, and the \\\( inner one \\\) should be \\) preserved