From fb4149a5e7a57a7ea51fb66dc64538102be01737 Mon Sep 17 00:00:00 2001 From: KrystianUjma Date: Wed, 10 Apr 2019 17:34:45 +0200 Subject: fix tests #2 - fails caused by bad index.html paths and missing paragraphs --- core/testdata/format/codeBlock.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/testdata/format/codeBlock.html') diff --git a/core/testdata/format/codeBlock.html b/core/testdata/format/codeBlock.html index 1e07ff09..9bf0dcd9 100644 --- a/core/testdata/format/codeBlock.html +++ b/core/testdata/format/codeBlock.html @@ -1,11 +1,11 @@ - + Throws - test -test / Throws
+test / Throws

Throws

class Throws @@ -30,14 +30,14 @@ fun readFile(name: String): String {...} - + ItDoesSomeObfuscatedThing - test -test / ItDoesSomeObfuscatedThing
+test / ItDoesSomeObfuscatedThing

ItDoesSomeObfuscatedThing

class ItDoesSomeObfuscatedThing -- cgit