diff options
Diffstat (limited to 'test/data/format/parenthesis.html')
-rw-r--r-- | test/data/format/parenthesis.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/format/parenthesis.html b/test/data/format/parenthesis.html index f3328d90..c36b311b 100644 --- a/test/data/format/parenthesis.html +++ b/test/data/format/parenthesis.html @@ -3,7 +3,7 @@ <title>test / foo</title> </HEAD> <BODY> -<a href="out.html">test</a> / <a href="out.html"></a> / <a href="out.html">foo</a><br/> +<a href="test/index">test</a> / <a href="test/foo">foo</a><br/> <br/> <h1>foo</h1> <code><span class="keyword">fun </span><span class="identifier">foo</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code><br/> |