summaryrefslogtreecommitdiff
path: root/test/Tests/Math.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/Tests/Math.html')
-rw-r--r--test/Tests/Math.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/test/Tests/Math.html b/test/Tests/Math.html
new file mode 100644
index 0000000..5e2fd3e
--- /dev/null
+++ b/test/Tests/Math.html
@@ -0,0 +1,31 @@
+<p>\[
+1*2*3 multi-line math
+\]</p>
+
+<p>\( 1*2*3 inline-math \)</p>
+
+<p>\[ 1*2*3 math with dollar \]</p>
+
+<p>\[ 1*2*3 \$ \\ \text{dollar with escapes} \]</p>
+
+<p>\( \\ \text{backslash with escapes} \$ 1*2*3 \)</p>
+
+<p>( not <em>really</em> math )</p>
+
+<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>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>This is \( math, and the \\\( inner one \\\) should be \) preserved</p>
+
+<p>\[ did you &lt;em&gt; know &lt;/em&gt; this is math? \]</p>