diff options
Diffstat (limited to 'core/testdata/format/htmlEscaping.html')
| -rw-r--r-- | core/testdata/format/htmlEscaping.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/testdata/format/htmlEscaping.html b/core/testdata/format/htmlEscaping.html index a485c08f..f5b97781 100644 --- a/core/testdata/format/htmlEscaping.html +++ b/core/testdata/format/htmlEscaping.html @@ -6,6 +6,7 @@ <a href="test/index">test</a> / <a href="test/x">x</a><br/> <br/> <h1>x</h1> +<a name="$x()"></a> <code><span class="keyword">fun </span><span class="symbol"><</span><span class="identifier">T</span><span class="symbol">></span> <span class="identifier">x</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">T</span><span class="symbol">?</span></code><br/> <p>Special characters: < is "less than", > is "greater than", & is "ampersand"</p> <br/> |
