From b10acb958c5f6eae54c7bea6cfa0d263bbcce55d Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Tue, 1 Nov 2016 17:56:17 +0300 Subject: Fix for GH#94 : meta charset for Html format --- core/testdata/format/bracket.html | 1 + core/testdata/format/brokenLink.html | 1 + core/testdata/format/classWithCompanionObject.html | 1 + core/testdata/format/codeSpan.html | 1 + core/testdata/format/crossLanguage/kotlinExtendsJava/Bar.html | 1 + core/testdata/format/deprecated.class.html | 1 + core/testdata/format/deprecated.package.html | 1 + core/testdata/format/entity.html | 1 + core/testdata/format/htmlEscaping.html | 1 + core/testdata/format/javaDeprecated.html | 1 + core/testdata/format/javaLinkTag.html | 1 + core/testdata/format/javaLinkTagWithLabel.html | 1 + core/testdata/format/javaSeeTag.html | 1 + core/testdata/format/javaSupertype.html | 1 + core/testdata/format/linkWithLabel.html | 1 + core/testdata/format/linkWithStarProjection.html | 1 + core/testdata/format/markdownInLinks.html | 1 + core/testdata/format/orderedList.html | 1 + core/testdata/format/overloads.html | 1 + core/testdata/format/overloadsWithDescription.html | 1 + core/testdata/format/overloadsWithDifferentDescriptions.html | 1 + core/testdata/format/parameterAnchor.html | 1 + core/testdata/format/parenthesis.html | 1 + core/testdata/format/returnWithLink.html | 1 + core/testdata/format/see.html | 1 + core/testdata/format/tripleBackticks.html | 1 + core/testdata/format/typeLink.html | 1 + core/testdata/format/uninterpretedEmphasisCharacters.html | 1 + 28 files changed, 28 insertions(+) (limited to 'core/testdata/format') diff --git a/core/testdata/format/bracket.html b/core/testdata/format/bracket.html index 8f4310c3..a76ff885 100644 --- a/core/testdata/format/bracket.html +++ b/core/testdata/format/bracket.html @@ -1,5 +1,6 @@ + foo - test diff --git a/core/testdata/format/brokenLink.html b/core/testdata/format/brokenLink.html index 8803781a..d1b8ccb0 100644 --- a/core/testdata/format/brokenLink.html +++ b/core/testdata/format/brokenLink.html @@ -1,5 +1,6 @@ + f - test diff --git a/core/testdata/format/classWithCompanionObject.html b/core/testdata/format/classWithCompanionObject.html index 376bae9b..4a9d143a 100644 --- a/core/testdata/format/classWithCompanionObject.html +++ b/core/testdata/format/classWithCompanionObject.html @@ -1,5 +1,6 @@ + Klass - test diff --git a/core/testdata/format/codeSpan.html b/core/testdata/format/codeSpan.html index f28e6957..33cbdba3 100644 --- a/core/testdata/format/codeSpan.html +++ b/core/testdata/format/codeSpan.html @@ -1,5 +1,6 @@ + foo - test diff --git a/core/testdata/format/crossLanguage/kotlinExtendsJava/Bar.html b/core/testdata/format/crossLanguage/kotlinExtendsJava/Bar.html index ca0725a0..3cf9be00 100644 --- a/core/testdata/format/crossLanguage/kotlinExtendsJava/Bar.html +++ b/core/testdata/format/crossLanguage/kotlinExtendsJava/Bar.html @@ -1,5 +1,6 @@ + Bar - test diff --git a/core/testdata/format/deprecated.class.html b/core/testdata/format/deprecated.class.html index 4d998c69..66eb9ff1 100644 --- a/core/testdata/format/deprecated.class.html +++ b/core/testdata/format/deprecated.class.html @@ -1,5 +1,6 @@ + test / C
diff --git a/core/testdata/format/deprecated.package.html b/core/testdata/format/deprecated.package.html index f12cb81e..739a84db 100644 --- a/core/testdata/format/deprecated.package.html +++ b/core/testdata/format/deprecated.package.html @@ -1,5 +1,6 @@ + root package - test diff --git a/core/testdata/format/entity.html b/core/testdata/format/entity.html index db6f833f..fe787a99 100644 --- a/core/testdata/format/entity.html +++ b/core/testdata/format/entity.html @@ -1,5 +1,6 @@ + Bar - test diff --git a/core/testdata/format/htmlEscaping.html b/core/testdata/format/htmlEscaping.html index 7ddcec8e..fd9a3235 100644 --- a/core/testdata/format/htmlEscaping.html +++ b/core/testdata/format/htmlEscaping.html @@ -1,5 +1,6 @@ + x - test diff --git a/core/testdata/format/javaDeprecated.html b/core/testdata/format/javaDeprecated.html index 619a3d5a..67c5fd8f 100644 --- a/core/testdata/format/javaDeprecated.html +++ b/core/testdata/format/javaDeprecated.html @@ -1,5 +1,6 @@ + Foo.foo - test diff --git a/core/testdata/format/javaLinkTag.html b/core/testdata/format/javaLinkTag.html index 20940cc2..62fb6299 100644 --- a/core/testdata/format/javaLinkTag.html +++ b/core/testdata/format/javaLinkTag.html @@ -1,5 +1,6 @@ + Foo - test diff --git a/core/testdata/format/javaLinkTagWithLabel.html b/core/testdata/format/javaLinkTagWithLabel.html index 9194229a..61302f82 100644 --- a/core/testdata/format/javaLinkTagWithLabel.html +++ b/core/testdata/format/javaLinkTagWithLabel.html @@ -1,5 +1,6 @@ + Foo - test diff --git a/core/testdata/format/javaSeeTag.html b/core/testdata/format/javaSeeTag.html index 607375fc..6044b60f 100644 --- a/core/testdata/format/javaSeeTag.html +++ b/core/testdata/format/javaSeeTag.html @@ -1,5 +1,6 @@ + Foo - test diff --git a/core/testdata/format/javaSupertype.html b/core/testdata/format/javaSupertype.html index 421fe7a0..89003291 100644 --- a/core/testdata/format/javaSupertype.html +++ b/core/testdata/format/javaSupertype.html @@ -1,5 +1,6 @@ + C.Bar - test diff --git a/core/testdata/format/linkWithLabel.html b/core/testdata/format/linkWithLabel.html index 8c7d228c..fbaecd2b 100644 --- a/core/testdata/format/linkWithLabel.html +++ b/core/testdata/format/linkWithLabel.html @@ -1,5 +1,6 @@ + Bar - test diff --git a/core/testdata/format/linkWithStarProjection.html b/core/testdata/format/linkWithStarProjection.html index c810f3f4..3e4e884b 100644 --- a/core/testdata/format/linkWithStarProjection.html +++ b/core/testdata/format/linkWithStarProjection.html @@ -1,5 +1,6 @@ + KClassLoader - test diff --git a/core/testdata/format/markdownInLinks.html b/core/testdata/format/markdownInLinks.html index 46c2944a..9571f60f 100644 --- a/core/testdata/format/markdownInLinks.html +++ b/core/testdata/format/markdownInLinks.html @@ -1,5 +1,6 @@ + foo - test diff --git a/core/testdata/format/orderedList.html b/core/testdata/format/orderedList.html index 518fbf5a..fa24e080 100644 --- a/core/testdata/format/orderedList.html +++ b/core/testdata/format/orderedList.html @@ -1,5 +1,6 @@ + Bar - test diff --git a/core/testdata/format/overloads.html b/core/testdata/format/overloads.html index ae50668a..5e9bdbd3 100644 --- a/core/testdata/format/overloads.html +++ b/core/testdata/format/overloads.html @@ -1,5 +1,6 @@ + root package - test diff --git a/core/testdata/format/overloadsWithDescription.html b/core/testdata/format/overloadsWithDescription.html index aacdebfd..09b92e66 100644 --- a/core/testdata/format/overloadsWithDescription.html +++ b/core/testdata/format/overloadsWithDescription.html @@ -1,5 +1,6 @@ + f - test diff --git a/core/testdata/format/overloadsWithDifferentDescriptions.html b/core/testdata/format/overloadsWithDifferentDescriptions.html index 83849f23..4d621d33 100644 --- a/core/testdata/format/overloadsWithDifferentDescriptions.html +++ b/core/testdata/format/overloadsWithDifferentDescriptions.html @@ -1,5 +1,6 @@ + f - test diff --git a/core/testdata/format/parameterAnchor.html b/core/testdata/format/parameterAnchor.html index 5a51e171..15532a6d 100644 --- a/core/testdata/format/parameterAnchor.html +++ b/core/testdata/format/parameterAnchor.html @@ -1,5 +1,6 @@ + processFiles - test diff --git a/core/testdata/format/parenthesis.html b/core/testdata/format/parenthesis.html index 65272af2..6f3c1d6b 100644 --- a/core/testdata/format/parenthesis.html +++ b/core/testdata/format/parenthesis.html @@ -1,5 +1,6 @@ + foo - test diff --git a/core/testdata/format/returnWithLink.html b/core/testdata/format/returnWithLink.html index 7a52391b..f6e918dd 100644 --- a/core/testdata/format/returnWithLink.html +++ b/core/testdata/format/returnWithLink.html @@ -1,5 +1,6 @@ + foo - test diff --git a/core/testdata/format/see.html b/core/testdata/format/see.html index d9d1df13..d350d6b7 100644 --- a/core/testdata/format/see.html +++ b/core/testdata/format/see.html @@ -1,5 +1,6 @@ + test / quux
diff --git a/core/testdata/format/tripleBackticks.html b/core/testdata/format/tripleBackticks.html index 5b6c9fd3..5b3aef82 100644 --- a/core/testdata/format/tripleBackticks.html +++ b/core/testdata/format/tripleBackticks.html @@ -1,5 +1,6 @@ + f - test diff --git a/core/testdata/format/typeLink.html b/core/testdata/format/typeLink.html index 68c7b487..ba42ef18 100644 --- a/core/testdata/format/typeLink.html +++ b/core/testdata/format/typeLink.html @@ -1,5 +1,6 @@ + Bar - test diff --git a/core/testdata/format/uninterpretedEmphasisCharacters.html b/core/testdata/format/uninterpretedEmphasisCharacters.html index 62850fb0..32e57c04 100644 --- a/core/testdata/format/uninterpretedEmphasisCharacters.html +++ b/core/testdata/format/uninterpretedEmphasisCharacters.html @@ -1,5 +1,6 @@ + foo - test -- cgit