Index: trunk/phase3/maintenance/parserTests.txt |
— | — | @@ -414,7 +414,7 @@ |
415 | 415 | !! input |
416 | 416 | ; name : Definition |
417 | 417 | !! result |
418 | | -<dl><dt> name </dt><dd> Definition |
| 418 | +<dl><dt> name </dt><dd> Definition |
419 | 419 | </dd></dl> |
420 | 420 | |
421 | 421 | !! end |
— | — | @@ -444,7 +444,7 @@ |
445 | 445 | !! input |
446 | 446 | ; http://example.com/ : definition |
447 | 447 | !! result |
448 | | -<dl><dt> <a href="http://example.com/" class="external free" rel="nofollow">http://example.com/</a> </dt><dd> definition |
| 448 | +<dl><dt> <a href="http://example.com/" class="external free" rel="nofollow">http://example.com/</a> </dt><dd> definition |
449 | 449 | </dd></dl> |
450 | 450 | |
451 | 451 | !! end |
— | — | @@ -495,7 +495,7 @@ |
496 | 496 | !! input |
497 | 497 | ; [http://www.wikipedia2.org/ Wikipedia : The Next Generation]: OK, I made that up |
498 | 498 | !! result |
499 | | -<dl><dt> <a href="http://www.wikipedia2.org/" class="external text" rel="nofollow">Wikipedia : The Next Generation</a></dt><dd> OK, I made that up |
| 499 | +<dl><dt> <a href="http://www.wikipedia2.org/" class="external text" rel="nofollow">Wikipedia : The Next Generation</a></dt><dd> OK, I made that up |
500 | 500 | </dd></dl> |
501 | 501 | |
502 | 502 | !! end |
— | — | @@ -516,7 +516,7 @@ |
517 | 517 | !! input |
518 | 518 | ;one<br/>two : two-line fun |
519 | 519 | !! result |
520 | | -<dl><dt>one<br />two </dt><dd> two-line fun |
| 520 | +<dl><dt>one<br />two </dt><dd> two-line fun |
521 | 521 | </dd></dl> |
522 | 522 | |
523 | 523 | !! end |
— | — | @@ -4863,7 +4863,7 @@ |
4864 | 4864 | !! input |
4865 | 4865 | C'est grave ! |
4866 | 4866 | !! result |
4867 | | -<p>C'est grave ! |
| 4867 | +<p>C'est grave&160;! |
4868 | 4868 | </p> |
4869 | 4869 | !! end |
4870 | 4870 | |
— | — | @@ -6744,8 +6744,8 @@ |
6745 | 6745 | ; title : def |
6746 | 6746 | ;title: def |
6747 | 6747 | !! result |
6748 | | -<dl><dt> title </dt><dd> def |
6749 | | -</dd><dt> title </dt><dd> def |
| 6748 | +<dl><dt> title  </dt><dd> def |
| 6749 | +</dd><dt> title </dt><dd> def |
6750 | 6750 | </dd><dt>title</dt><dd> def |
6751 | 6751 | </dd></dl> |
6752 | 6752 | |