From 875f2a0d98eecf4d76991ae59658f2e799ed0461 Mon Sep 17 00:00:00 2001 From: Subramanya Sastry Date: Mon, 1 Oct 2012 10:37:17 -0500 Subject: [PATCH] Added test to allow "|" char between url and text in extlinks. Change-Id: Ic86f6fff600650207afc52a87d4f92b1c9347130 --- tests/parser/parserTests.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index eb038dbe83..bd65aa3f39 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -1505,6 +1505,15 @@ second]

!!end +!! test +External links: Pipe char between url and text +!! input +[http://example.com | link] +!! result +

| link +

+!!end + !! test External links: protocol-relative URL in brackets !! input -- 2.20.1