summaryrefslogtreecommitdiff
path: root/test/scaladoc/run/SI-6580.check
diff options
context:
space:
mode:
authorKato Kazuyoshi <kato.kazuyoshi@gmail.com>2013-03-20 00:55:06 +0900
committerKato Kazuyoshi <kato.kazuyoshi@gmail.com>2013-03-25 20:56:31 +0900
commitb4344e121c7e195f5244cd704d5296274d503dd1 (patch)
treeb465b3e2bc621b8136960dcd7591d7d961f08c53 /test/scaladoc/run/SI-6580.check
parentfcc22e22248992abffe2506ddef7c0f7c0b23044 (diff)
downloadscala-b4344e121c7e195f5244cd704d5296274d503dd1.tar.gz
scala-b4344e121c7e195f5244cd704d5296274d503dd1.tar.bz2
scala-b4344e121c7e195f5244cd704d5296274d503dd1.zip
SI-6580 Scaladoc: Should not close void elements
Because it will generate a useless element like "</img>". To made matters worse, Scaladoc used to generate the element with attributes (like </img src="...">). That's why we had SI-6580.
Diffstat (limited to 'test/scaladoc/run/SI-6580.check')
-rw-r--r--test/scaladoc/run/SI-6580.check11
1 files changed, 11 insertions, 0 deletions
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(<br>), Text(
+), Text( ), HtmlTag(<img src='http://example.com/fig1.png'>), Text(
+), HtmlTag(<br>), Text(
+), Text(plus z(1) times), Text(
+), HtmlTag(<br>), Text(
+), Text( ), HtmlTag(<img src='http://example.com/fig2.png'>), Text(
+), HtmlTag(<br>), Text(
+), Text(equals QL of something
+)))))
+Done.