From 2212e64287fade4bdb6a5f556a367f80786eae48 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Fri, 30 Nov 2012 09:51:27 -0800 Subject: [PATCH] Test / spec handling of HTML entities in link tails Change-Id: I97ed5e17efb1d783797c46161be56e83b94307a7 --- tests/parser/parserTests.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 5af8b7a3f1..bc24236223 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -3074,6 +3074,15 @@ Link with suffix

!! end +!! test +Link with HTML entity in suffix / tail +!! input +[[Main Page]]", [[Main Page]]a +!! result +

Main Page", Main Pagea +

+!! end + !! test Link with 3 brackets !! input -- 2.20.1