From 00e004491faba5f472d94205ac342ccf46ee1b19 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 24 Sep 2007 18:30:42 +0000 Subject: [PATCH] Clean up after r26070: * Fix parser test cases whose results are altered by the extra escaping --- maintenance/parserTests.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index e58cc1b901..9b5d973ff3 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -3912,7 +3912,7 @@ Bug 2304: HTML attribute safety (bold) !! input
!! result -
+
!! end @@ -4014,7 +4014,7 @@ MSIE CSS safety test: comment in url !! input
evil
!! result -
evil
+
evil
!! end @@ -4023,7 +4023,7 @@ MSIE CSS safety test: comment in expression !! input
evil4
!! result -
evil4
+
evil4
!! end @@ -4724,7 +4724,7 @@ MOVE YOUR MOUSE CURSOR OVER THIS TEXT } > -
+
MOVE YOUR MOUSE CURSOR OVER THIS TEXT
-- 2.20.1