From 9b4a616e483e4ce0dc4dd74a66a585454bda3f2c Mon Sep 17 00:00:00 2001 From: KrystianUjma Date: Tue, 9 Apr 2019 20:43:49 +0200 Subject: fix tests- fails caused by bad index.html paths and missing paragraphs. --- core/testdata/format/JavaSupertype.html | 2 +- core/testdata/format/deprecated.package.html | 2 +- core/testdata/format/entity.html | 2 +- core/testdata/format/indentedCodeBlock.html | 2 +- core/testdata/format/javaDeprecated.html | 2 +- core/testdata/format/javaLinkTag.html | 2 +- core/testdata/format/javaLinkTagWithLabel.html | 2 +- core/testdata/format/javaSeeTag.html | 2 +- core/testdata/format/linkWithLabel.html | 2 +- core/testdata/format/linkWithStarProjection.html | 2 +- core/testdata/format/typeLink.html | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'core/testdata/format') diff --git a/core/testdata/format/JavaSupertype.html b/core/testdata/format/JavaSupertype.html index 892ef63a..ddc0abcc 100644 --- a/core/testdata/format/JavaSupertype.html +++ b/core/testdata/format/JavaSupertype.html @@ -4,7 +4,7 @@ JavaSupertype.Bar - test -test / JavaSupertype / Bar
+test / JavaSupertype / Bar

Bar

open class Bar : JavaSupertype.Foo diff --git a/core/testdata/format/deprecated.package.html b/core/testdata/format/deprecated.package.html index 3506de61..c63da8c6 100644 --- a/core/testdata/format/deprecated.package.html +++ b/core/testdata/format/deprecated.package.html @@ -4,7 +4,7 @@ root package - test -test
+test

Package <root>

Types

diff --git a/core/testdata/format/entity.html b/core/testdata/format/entity.html index 639f2903..41f21cb1 100644 --- a/core/testdata/format/entity.html +++ b/core/testdata/format/entity.html @@ -4,7 +4,7 @@ Bar - test -test / Bar
+test / Bar

Bar

class Bar diff --git a/core/testdata/format/indentedCodeBlock.html b/core/testdata/format/indentedCodeBlock.html index 86c129fb..5b4677d1 100644 --- a/core/testdata/format/indentedCodeBlock.html +++ b/core/testdata/format/indentedCodeBlock.html @@ -4,7 +4,7 @@ foo - test -test / foo
+test / foo

foo

diff --git a/core/testdata/format/javaDeprecated.html b/core/testdata/format/javaDeprecated.html index d938fb9d..66e3adef 100644 --- a/core/testdata/format/javaDeprecated.html +++ b/core/testdata/format/javaDeprecated.html @@ -4,7 +4,7 @@ Foo.foo - test -test / Foo / foo
+test / Foo / foo

foo

diff --git a/core/testdata/format/javaLinkTag.html b/core/testdata/format/javaLinkTag.html index f90a58df..92d69a6b 100644 --- a/core/testdata/format/javaLinkTag.html +++ b/core/testdata/format/javaLinkTag.html @@ -4,7 +4,7 @@ Foo - test -test / Foo
+test / Foo

Foo

protected open class Foo diff --git a/core/testdata/format/javaLinkTagWithLabel.html b/core/testdata/format/javaLinkTagWithLabel.html index 51917f7a..a729038a 100644 --- a/core/testdata/format/javaLinkTagWithLabel.html +++ b/core/testdata/format/javaLinkTagWithLabel.html @@ -4,7 +4,7 @@ Foo - test -test / Foo
+test / Foo

Foo

protected open class Foo diff --git a/core/testdata/format/javaSeeTag.html b/core/testdata/format/javaSeeTag.html index f8866dc2..25c7fbbb 100644 --- a/core/testdata/format/javaSeeTag.html +++ b/core/testdata/format/javaSeeTag.html @@ -4,7 +4,7 @@ Foo - test -test / Foo
+test / Foo

Foo

open class Foo diff --git a/core/testdata/format/linkWithLabel.html b/core/testdata/format/linkWithLabel.html index 59bc6ddf..6293043a 100644 --- a/core/testdata/format/linkWithLabel.html +++ b/core/testdata/format/linkWithLabel.html @@ -4,7 +4,7 @@ Bar - test -test / Bar
+test / Bar

Bar

class Bar diff --git a/core/testdata/format/linkWithStarProjection.html b/core/testdata/format/linkWithStarProjection.html index e1b6e098..f6d5eaf2 100644 --- a/core/testdata/format/linkWithStarProjection.html +++ b/core/testdata/format/linkWithStarProjection.html @@ -4,7 +4,7 @@ KClassLoader - test -test / KClassLoader
+test / KClassLoader

KClassLoader

object KClassLoader diff --git a/core/testdata/format/typeLink.html b/core/testdata/format/typeLink.html index 30af8a93..646f97fa 100644 --- a/core/testdata/format/typeLink.html +++ b/core/testdata/format/typeLink.html @@ -4,7 +4,7 @@ Bar - test -test / Bar
+test / Bar

Bar

class Bar : Foo -- cgit