aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/entity.html
diff options
context:
space:
mode:
Diffstat (limited to 'core/testdata/format/entity.html')
-rw-r--r--core/testdata/format/entity.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/core/testdata/format/entity.html b/core/testdata/format/entity.html
new file mode 100644
index 00000000..a939faad
--- /dev/null
+++ b/core/testdata/format/entity.html
@@ -0,0 +1,26 @@
+<HTML>
+<HEAD>
+<title>test / Bar</title>
+</HEAD>
+<BODY>
+<a href="test/index">test</a>&nbsp;/&nbsp;<a href="test/-bar/index">Bar</a><br/>
+<br/>
+<h1>Bar</h1>
+<code><span class="keyword">class </span><span class="identifier">Bar</span></code><br/>
+<p>Copyright &copy; JetBrains 2015 &#x22;</p>
+<br/>
+<br/>
+<h3>Constructors</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<a href="test/-bar/-init-">&lt;init&gt;</a></td>
+<td>
+<code><span class="identifier">Bar</span><span class="symbol">(</span><span class="symbol">)</span></code><p>Copyright &copy; JetBrains 2015 &#x22;</p>
+</td>
+</tr>
+</tbody>
+</table>
+</BODY>
+</HTML>