Commit 9760636977204d2c41f56e4db39f5901fc7ea6f9

Martin Mitas 2019-07-07T11:19:21

Fix the last test case in latex-math.txt.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/test/latex-math.txt b/test/latex-math.txt
index 21a7303..5547c8f 100644
--- a/test/latex-math.txt
+++ b/test/latex-math.txt
@@ -21,12 +21,14 @@ This is a display equation: $$\int_a^b x dx$$.
 <p>This is a display equation: <equation type="display">\int_a^b x dx</equation>.</p>
 ````````````````````````````````
 
-Math spans may span multiple lines as they are normal spans.
+Math spans may span multiple lines as they are normal spans:
 
 ```````````````````````````````` example
 $$
-\int_a^b f(x) dx
+\int_a^b
+f(x) dx
 $$
+.
 <p><equation type="display">\int_a^b f(x) dx </equation></p>
 ````````````````````````````````