From d9bfa029b0ecf300ae47cf1033db2d5cb323d705 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Thu, 19 Feb 2015 18:59:00 +0100 Subject: remove dependency of Location on a File; use more meaningful locations in tests --- test/data/format/see.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/data/format/see.html') diff --git a/test/data/format/see.html b/test/data/format/see.html index 42e20e35..b3ffb74b 100644 --- a/test/data/format/see.html +++ b/test/data/format/see.html @@ -2,23 +2,23 @@ -test /  / quux
+test / quux

quux

fun quux(): Unit
See Also
-

foo

-

bar

+

foo

+

bar




-test /  / foo
+test / foo

foo

fun foo(): Unit


-test /  / bar
+test / bar

bar

fun bar(): Unit
-- cgit