From d153ceeed133adfefe6c44a56f8ee502c1278e89 Mon Sep 17 00:00:00 2001 From: Antoine Gourlay Date: Wed, 3 Sep 2014 10:39:22 +0200 Subject: SI-8113 allow a newline between a link target and title Parsing "[[http://foo.bar link title]]" stops at the first whitespace. This breaks pretty badly in: [[http://foo.bar link title]] It stops after "link", interprets what it parsed as a link to a member, obviously fails, and then just ouputs "title". It should at least return a proper error, or, even better, just allow a newline between the target and title. I went for the latter. --- test/scaladoc/run/t8113.check | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/scaladoc/run/t8113.check (limited to 'test/scaladoc/run/t8113.check') diff --git a/test/scaladoc/run/t8113.check b/test/scaladoc/run/t8113.check new file mode 100644 index 0000000000..619c56180b --- /dev/null +++ b/test/scaladoc/run/t8113.check @@ -0,0 +1 @@ +Done. -- cgit v1.2.3