summaryrefslogtreecommitdiff
path: root/test/scaladoc/scalacheck/HtmlFactoryTest.scala
diff options
context:
space:
mode:
authorpeterz <peterz@rambler.ru>2016-01-29 11:37:53 +0300
committerpeterz <peterz@rambler.ru>2016-01-29 11:37:53 +0300
commit37cdf8993e53f368fb11fceda3ffa5999401c645 (patch)
tree9d91cd4600803771f4a509b1e49afb475ecb8f61 /test/scaladoc/scalacheck/HtmlFactoryTest.scala
parentddd83de2bc44471353e34d20fae037cc88267838 (diff)
downloadscala-37cdf8993e53f368fb11fceda3ffa5999401c645.tar.gz
scala-37cdf8993e53f368fb11fceda3ffa5999401c645.tar.bz2
scala-37cdf8993e53f368fb11fceda3ffa5999401c645.zip
SI-9599 Multiple @todo formatted with comma on separate line
Diffstat (limited to 'test/scaladoc/scalacheck/HtmlFactoryTest.scala')
-rw-r--r--test/scaladoc/scalacheck/HtmlFactoryTest.scala7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/scaladoc/scalacheck/HtmlFactoryTest.scala b/test/scaladoc/scalacheck/HtmlFactoryTest.scala
index 913667b79b..f0f106b293 100644
--- a/test/scaladoc/scalacheck/HtmlFactoryTest.scala
+++ b/test/scaladoc/scalacheck/HtmlFactoryTest.scala
@@ -819,4 +819,11 @@ object Test extends Properties("HtmlFactory") {
}
}
+
+ property("SI-9599 Multiple @todo formatted with comma on separate line") = {
+ createTemplates("SI-9599.scala")("X.html") match {
+ case node: scala.xml.Node => node.text.contains("todo3todo2todo1")
+ case _ => false
+ }
+ }
}