From a89d306414a865c9af21df6d246733c40af0bafd Mon Sep 17 00:00:00 2001
From: Waylon Flinn
Date: Fri, 22 Apr 2016 14:06:00 -0500
Subject: [PATCH] test: display block output wrapped in paragraph 'p' tag
---
test/fixtures/default.txt | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/test/fixtures/default.txt b/test/fixtures/default.txt
index 9306a7e..6c6e482 100644
--- a/test/fixtures/default.txt
+++ b/test/fixtures/default.txt
@@ -10,8 +10,8 @@ Simple block math
.
$$1+1 = 2$$
.
-1+1=2
+1+1=2
.
No whitespace before and after is fine
@@ -79,8 +79,8 @@ Block math can be indented up to 3 spaces
1+1 = 2
$$
.
-1+1=2
+1+1=2
.
But 4 means a code block
@@ -117,13 +117,13 @@ $$
$$
.
-1+1=2
.
Text can immediately follow inline math
@@ -139,8 +139,8 @@ Display math self-closes at the end of document
$$
1+1 = 2
.
-1+1=21+1 = 2
-1+1=2
+1+1=21+1 = 2
+1+1=2
.
@@ -154,8 +154,8 @@ Display and inline math can appear in lists
- 1+1=21+1 = 21+1=2
-
-1+1=21+1 = 2
-1+1=2
+
1+1=21+1 = 2
+1+1=2
.
@@ -164,8 +164,8 @@ Display math can be written in one line
.
$$1+1 = 2$$
.
-1+1=21+1 = 2
-1+1=2
+1+1=21+1 = 2
+1+1=2
.
Or on multiple lines with expression starting and ending on delimited lines
@@ -175,10 +175,10 @@ $$[
[3, 4]
]$$
.
-[[1,2][3,4]][
+[[1,2][3,4]][
[1, 2]
[3, 4]
-][[1,2][3,4]]
+]
[[1,2][3,4]]
.
Escaped delimiters should not render math