From b4344e121c7e195f5244cd704d5296274d503dd1 Mon Sep 17 00:00:00 2001 From: Kato Kazuyoshi Date: Wed, 20 Mar 2013 00:55:06 +0900 Subject: SI-6580 Scaladoc: Should not close void elements Because it will generate a useless element like "". To made matters worse, Scaladoc used to generate the element with attributes (like ). That's why we had SI-6580. --- test/scaladoc/run/SI-6580.check | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/scaladoc/run/SI-6580.check (limited to 'test/scaladoc/run/SI-6580.check') diff --git a/test/scaladoc/run/SI-6580.check b/test/scaladoc/run/SI-6580.check new file mode 100644 index 0000000000..2fb6ec3258 --- /dev/null +++ b/test/scaladoc/run/SI-6580.check @@ -0,0 +1,11 @@ +Chain(List(Chain(List(Text(Here z(1) is defined as follows:), Text( +), HtmlTag(
), Text( +), Text( ), HtmlTag(), Text( +), HtmlTag(
), Text( +), Text(plus z(1) times), Text( +), HtmlTag(
), Text( +), Text( ), HtmlTag(), Text( +), HtmlTag(
), Text( +), Text(equals QL of something +))))) +Done. -- cgit v1.2.3