diff options
Diffstat (limited to 'core/testdata/format/htmlEscaping.html')
-rw-r--r-- | core/testdata/format/htmlEscaping.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/core/testdata/format/htmlEscaping.html b/core/testdata/format/htmlEscaping.html deleted file mode 100644 index 435c3149..00000000 --- a/core/testdata/format/htmlEscaping.html +++ /dev/null @@ -1,14 +0,0 @@ -<HTML> -<HEAD> -<meta charset="UTF-8"> -<title>x - test</title> -</HEAD> -<BODY> -<a href="../index.html">test</a> / <a href="./x.html">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><a href="x.html#T"><span class="identifier">T</span></a><span class="symbol">?</span></code> -<p>Special characters: < is "less than", > is "greater than", & is "ampersand"</p> -</BODY> -</HTML> |