Fossil SCM
Adjust two markdown tests so they pass again.
Commit
a489aecc541e85a8b80fd544ba17df24f4f0bad5
Parent
e2bd4bfced4915d…
1 file changed
-2
-2
| --- test/th1.test | ||
| +++ test/th1.test | ||
| @@ -1203,11 +1203,10 @@ | ||
| 1203 | 1203 | ############################################################################### |
| 1204 | 1204 | |
| 1205 | 1205 | fossil test-th-eval {markdown "Test1\n=====\n*This is a test.*"} |
| 1206 | 1206 | test th1-markdown-4 {[normalize_result] eq {Test1 {<div class="markdown"> |
| 1207 | 1207 | |
| 1208 | -<h1>Test1</h1> | |
| 1209 | 1208 | <p><em>This is a test.</em></p> |
| 1210 | 1209 | |
| 1211 | 1210 | </div> |
| 1212 | 1211 | }}} |
| 1213 | 1212 | |
| @@ -1217,11 +1216,10 @@ | ||
| 1217 | 1216 | fossil test-th-eval [string map \ |
| 1218 | 1217 | [list %markdown% $markdown] {markdown {%markdown%}}] |
| 1219 | 1218 | test th1-markdown-5 {[normalize_result] eq \ |
| 1220 | 1219 | {{Markdown Formatter Test Document} {<div class="markdown"> |
| 1221 | 1220 | |
| 1222 | -<h1>Markdown Formatter Test Document</h1> | |
| 1223 | 1221 | <p>This document is designed to test the markdown formatter.</p> |
| 1224 | 1222 | |
| 1225 | 1223 | <ul> |
| 1226 | 1224 | <li>A bullet item. |
| 1227 | 1225 | |
| 1228 | 1226 |
| --- test/th1.test | |
| +++ test/th1.test | |
| @@ -1203,11 +1203,10 @@ | |
| 1203 | ############################################################################### |
| 1204 | |
| 1205 | fossil test-th-eval {markdown "Test1\n=====\n*This is a test.*"} |
| 1206 | test th1-markdown-4 {[normalize_result] eq {Test1 {<div class="markdown"> |
| 1207 | |
| 1208 | <h1>Test1</h1> |
| 1209 | <p><em>This is a test.</em></p> |
| 1210 | |
| 1211 | </div> |
| 1212 | }}} |
| 1213 | |
| @@ -1217,11 +1216,10 @@ | |
| 1217 | fossil test-th-eval [string map \ |
| 1218 | [list %markdown% $markdown] {markdown {%markdown%}}] |
| 1219 | test th1-markdown-5 {[normalize_result] eq \ |
| 1220 | {{Markdown Formatter Test Document} {<div class="markdown"> |
| 1221 | |
| 1222 | <h1>Markdown Formatter Test Document</h1> |
| 1223 | <p>This document is designed to test the markdown formatter.</p> |
| 1224 | |
| 1225 | <ul> |
| 1226 | <li>A bullet item. |
| 1227 | |
| 1228 |
| --- test/th1.test | |
| +++ test/th1.test | |
| @@ -1203,11 +1203,10 @@ | |
| 1203 | ############################################################################### |
| 1204 | |
| 1205 | fossil test-th-eval {markdown "Test1\n=====\n*This is a test.*"} |
| 1206 | test th1-markdown-4 {[normalize_result] eq {Test1 {<div class="markdown"> |
| 1207 | |
| 1208 | <p><em>This is a test.</em></p> |
| 1209 | |
| 1210 | </div> |
| 1211 | }}} |
| 1212 | |
| @@ -1217,11 +1216,10 @@ | |
| 1216 | fossil test-th-eval [string map \ |
| 1217 | [list %markdown% $markdown] {markdown {%markdown%}}] |
| 1218 | test th1-markdown-5 {[normalize_result] eq \ |
| 1219 | {{Markdown Formatter Test Document} {<div class="markdown"> |
| 1220 | |
| 1221 | <p>This document is designed to test the markdown formatter.</p> |
| 1222 | |
| 1223 | <ul> |
| 1224 | <li>A bullet item. |
| 1225 | |
| 1226 |