From 7dfa3b053580541e000d36965634d15b8e4874a7 Mon Sep 17 00:00:00 2001 From: Kamil Doległo Date: Tue, 7 Apr 2020 11:37:04 +0200 Subject: Regenerate expect files --- .../expect/functionWithAnnotatedParam/out/html/-search.html | 6 +++--- .../functionWithAnnotatedParam/out/html/root/-fancy/-init-.html | 6 +++--- .../functionWithAnnotatedParam/out/html/root/-fancy/equals.html | 6 +++--- .../functionWithAnnotatedParam/out/html/root/-fancy/hash-code.html | 6 +++--- .../functionWithAnnotatedParam/out/html/root/-fancy/index.html | 6 +++--- .../functionWithAnnotatedParam/out/html/root/-fancy/to-string.html | 6 +++--- .../expect/functionWithAnnotatedParam/out/html/root/function.html | 6 +++--- .../expect/functionWithAnnotatedParam/out/html/root/index.html | 6 +++--- .../expect/functionWithAnnotatedParam/out/html/styles/style.css | 6 ------ 9 files changed, 24 insertions(+), 30 deletions(-) (limited to 'plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html') diff --git a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/-search.html b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/-search.html index f32a089f..13611eb6 100644 --- a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/-search.html +++ b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/-search.html @@ -14,9 +14,9 @@
- + + +

Search results for

diff --git a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/-init-.html b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/-init-.html index 014669d9..66dbcc03 100644 --- a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/-init-.html +++ b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/-init-.html @@ -13,9 +13,9 @@
- + + +
//root//Fancy/<init>
JVM
diff --git a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/equals.html b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/equals.html index ca933941..d07a6e8e 100644 --- a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/equals.html +++ b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/equals.html @@ -13,9 +13,9 @@
- + + +
//root//Fancy/equals
JVM
diff --git a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/hash-code.html b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/hash-code.html index a8658fb9..814aa2fb 100644 --- a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/hash-code.html +++ b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/hash-code.html @@ -13,9 +13,9 @@
- + + +
//root//Fancy/hashCode
JVM
diff --git a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/index.html b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/index.html index 50881591..978a3e56 100644 --- a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/index.html +++ b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/index.html @@ -13,9 +13,9 @@
- + + +
//root//Fancy
JVM
diff --git a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/to-string.html b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/to-string.html index 6bc83cc3..a9ac04f4 100644 --- a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/to-string.html +++ b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/to-string.html @@ -13,9 +13,9 @@
- + + +
//root//Fancy/toString
JVM
diff --git a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/function.html b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/function.html index a6980172..7a5c2f69 100644 --- a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/function.html +++ b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/function.html @@ -13,9 +13,9 @@
- + + +
//root//function
JVM
diff --git a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/index.html b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/index.html index c23b04d0..fcd48148 100644 --- a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/index.html +++ b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/index.html @@ -13,9 +13,9 @@
- + + +
//root/
JVM
diff --git a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/styles/style.css b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/styles/style.css index 1cab694a..80865758 100644 --- a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/styles/style.css +++ b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/styles/style.css @@ -46,13 +46,7 @@ } #searchBar { - width: 100%; - pointer-events: none; -} - -#searchForm { float: right; - pointer-events: all; } #logo { -- cgit