summaryrefslogtreecommitdiff
path: root/test/scaladoc/run/t8314.check
diff options
context:
space:
mode:
authorKato Kazuyoshi <kato.kazuyoshi@gmail.com>2014-07-27 09:40:03 +0900
committerKato Kazuyoshi <kato.kazuyoshi@gmail.com>2014-07-31 23:05:54 +0900
commitb6c00d6e121c3421030a82d6322290c3c4962c81 (patch)
tree622b40fd18c11a85bdc9856b0994dfacc0137b73 /test/scaladoc/run/t8314.check
parentd74da160b0583eed00b0b5f809d304e72d37f040 (diff)
downloadscala-b6c00d6e121c3421030a82d6322290c3c4962c81.tar.gz
scala-b6c00d6e121c3421030a82d6322290c3c4962c81.tar.bz2
scala-b6c00d6e121c3421030a82d6322290c3c4962c81.zip
Prevent SI-8314 by adding a test
The original issue was fixed already. This test is just for make sure.
Diffstat (limited to 'test/scaladoc/run/t8314.check')
-rw-r--r--test/scaladoc/run/t8314.check3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/scaladoc/run/t8314.check b/test/scaladoc/run/t8314.check
new file mode 100644
index 0000000000..aa04c12c8f
--- /dev/null
+++ b/test/scaladoc/run/t8314.check
@@ -0,0 +1,3 @@
+Body(List(Paragraph(Chain(List(Summary(Chain(List(Text(This should be ), Monospace(Text(monospaced))))))))))
+
+Done.