From f20662878c47fd7b15b5c9191afb470a35b6dcf8 Mon Sep 17 00:00:00 2001 From: OverlordQ Date: Sun, 30 May 2010 18:11:25 +0000 Subject: [PATCH] Followup to r67090, update parser tests --- maintenance/parserTests.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 7656f45aef..45e9357e69 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -414,7 +414,7 @@ Simple definition !! input ; name : Definition !! result -
name 
Definition +
name 
Definition
!! end @@ -444,7 +444,7 @@ Definition list with URL link !! input ; http://example.com/ : definition !! result -
http://example.com/ 
definition +
http://example.com/ 
definition
!! end @@ -495,7 +495,7 @@ Definition lists: colon in external link text !! input ; [http://www.wikipedia2.org/ Wikipedia : The Next Generation]: OK, I made that up !! result -
Wikipedia : The Next Generation
OK, I made that up +
Wikipedia : The Next Generation
OK, I made that up
!! end @@ -516,7 +516,7 @@ Definition lists: self-closed tag !! input ;one
two : two-line fun !! result -
one
two 
two-line fun +
one
two 
two-line fun
!! end @@ -4863,7 +4863,7 @@ Punctuation: nbsp before exclamation !! input C'est grave ! !! result -

C'est grave ! +

C'est grave&160;!

!! end @@ -6744,8 +6744,8 @@ Definition list code coverage ; title : def ;title: def !! result -
title  
def -
title 
def +
title  
def +
title 
def
title
def
-- 2.20.1