summaryrefslogtreecommitdiff
path: root/test/scaladoc/run/inlineToStr-strips-unwanted-text.check
diff options
context:
space:
mode:
authorPhilippus Baalman <philippus@gmail.com>2017-03-03 23:52:52 +0100
committerPhilippus Baalman <philippus@gmail.com>2017-03-03 23:52:52 +0100
commitcf64718c97ec2b2d31d137c0372eb1c00e6638d6 (patch)
tree9c67eaf01d15575e587c06556b51b78ae821d2e3 /test/scaladoc/run/inlineToStr-strips-unwanted-text.check
parente3c5df8ec369047d73a54ed94caebe0a4f26627c (diff)
downloadscala-cf64718c97ec2b2d31d137c0372eb1c00e6638d6.tar.gz
scala-cf64718c97ec2b2d31d137c0372eb1c00e6638d6.tar.bz2
scala-cf64718c97ec2b2d31d137c0372eb1c00e6638d6.zip
pattern for entitylink was too narrow, cleaned up the tests
Diffstat (limited to 'test/scaladoc/run/inlineToStr-strips-unwanted-text.check')
-rw-r--r--test/scaladoc/run/inlineToStr-strips-unwanted-text.check12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/scaladoc/run/inlineToStr-strips-unwanted-text.check b/test/scaladoc/run/inlineToStr-strips-unwanted-text.check
index 986b58d469..619c56180b 100644
--- a/test/scaladoc/run/inlineToStr-strips-unwanted-text.check
+++ b/test/scaladoc/run/inlineToStr-strips-unwanted-text.check
@@ -1,13 +1 @@
-Chain(List(Chain(List(Text(This comment contains ), Superscript(Text(superscript))))))
-Chain(List(Chain(List(Text(This comment contains ), Subscript(Text(subscript))))))
-Chain(List(Chain(List(Text(This comment contains a link ), Link(https://scala.epfl.ch/,Text(https://scala.epfl.ch/))))))
-Chain(List(Chain(List(Text(This comment contains an ), HtmlTag(<strong>html tag</strong>)))))
-Chain(List(Chain(List(Text(This comment contains a), HtmlTag(<br>), Text( single html tag)))))
-Chain(List(Chain(List(Text(This comment contains nested ), HtmlTag(<strong>html<br> tags</strong>)))))
-This comment contains superscript
-This comment contains subscript
-This comment contains a link https://scala.epfl.ch/
-This comment contains an html tag
-This comment contains a single html tag
-This comment contains nested html tags
Done.