diff options
author | Dmitry Jemerov <yole@jetbrains.com> | 2015-02-19 18:59:00 +0100 |
---|---|---|
committer | Dmitry Jemerov <yole@jetbrains.com> | 2015-02-19 18:59:00 +0100 |
commit | d9bfa029b0ecf300ae47cf1033db2d5cb323d705 (patch) | |
tree | ff8a9f7d4b0b1233d3d7b1e89a74047c64c8dbd7 /test/data/format/htmlEscaping.html | |
parent | 2822a3eee07a27495d5af4fc36304d483756d3a6 (diff) | |
download | dokka-d9bfa029b0ecf300ae47cf1033db2d5cb323d705.tar.gz dokka-d9bfa029b0ecf300ae47cf1033db2d5cb323d705.tar.bz2 dokka-d9bfa029b0ecf300ae47cf1033db2d5cb323d705.zip |
remove dependency of Location on a File; use more meaningful locations in tests
Diffstat (limited to 'test/data/format/htmlEscaping.html')
-rw-r--r-- | test/data/format/htmlEscaping.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/format/htmlEscaping.html b/test/data/format/htmlEscaping.html index c031447a..29c4bf0e 100644 --- a/test/data/format/htmlEscaping.html +++ b/test/data/format/htmlEscaping.html @@ -3,7 +3,7 @@ <title>test / x</title> </HEAD> <BODY> -<a href="out.html">test</a> / <a href="out.html"></a> / <a href="out.html">x</a><br/> +<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></code><br/> |