summaryrefslogtreecommitdiff
path: root/test/scaladoc/run/inlineToStr-strips-unwanted-text.check
blob: 986b58d469b1f8d12827e74f68a6f933bac3549d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.