diff options
Diffstat (limited to 'test/data/format/htmlEscaping.html')
-rw-r--r-- | test/data/format/htmlEscaping.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/data/format/htmlEscaping.html b/test/data/format/htmlEscaping.html deleted file mode 100644 index a485c08f..00000000 --- a/test/data/format/htmlEscaping.html +++ /dev/null @@ -1,14 +0,0 @@ -<HTML> -<HEAD> -<title>test / x</title> -</HEAD> -<BODY> -<a href="test/index">test</a> / <a href="test/x">x</a><br/> -<br/> -<h1>x</h1> -<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/> -<br/> -</BODY> -</HTML> |