From 959aa336a173d51744664333188834a227d7e963 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Tue, 6 Dec 2011 16:04:43 +0000 Subject: [PATCH] Add comment on legality of plain % in html5 spec for later consideration. --- tests/parser/parserTests.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 556bbb60aa..dfb8ad59ab 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -1070,6 +1070,8 @@ http://www.example.com/?title=AT%26T

!! end +# According to http://dev.w3.org/html5/spec/Overview.html#parsing-urls a plain +# % is actually legal in HTML5. Any change in output would need testing though. !! test Bug 4781, 5267: %25 in URL !! input -- 2.20.1