From 64e600b126ae8edcfbb3c2716febb01d221520b5 Mon Sep 17 00:00:00 2001 From: Kamil Doległo Date: Tue, 14 Apr 2020 14:14:31 +0200 Subject: Fix path clash with top-level declarations, catch link resolving exception, remove default values while merging, merge expect by targets --- .../out/html/navigation.html | 10 ++-- .../out/html/root/-fancy/-init-.html | 29 ---------- .../out/html/root/-fancy/equals.html | 29 ---------- .../out/html/root/-fancy/hash-code.html | 29 ---------- .../out/html/root/-fancy/index.html | 62 ---------------------- .../out/html/root/-fancy/to-string.html | 29 ---------- .../out/html/root//-fancy/-init-.html | 29 ++++++++++ .../out/html/root//-fancy/equals.html | 29 ++++++++++ .../out/html/root//-fancy/hash-code.html | 29 ++++++++++ .../out/html/root//-fancy/index.html | 62 ++++++++++++++++++++++ .../out/html/root//-fancy/to-string.html | 29 ++++++++++ .../out/html/root//function.html | 29 ++++++++++ .../out/html/root//index.html | 59 ++++++++++++++++++++ .../out/html/root/function.html | 29 ---------- .../out/html/root/index.html | 38 ++++--------- .../out/html/scripts/main.js | 59 ++++++++++++++++++++ .../out/html/scripts/main.js.map | 1 + .../out/html/scripts/pages.js | 14 ++--- 18 files changed, 348 insertions(+), 247 deletions(-) delete mode 100644 plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/-init-.html delete mode 100644 plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/equals.html delete mode 100644 plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/hash-code.html delete mode 100644 plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/index.html delete mode 100644 plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/to-string.html create mode 100644 plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root//-fancy/-init-.html create mode 100644 plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root//-fancy/equals.html create mode 100644 plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root//-fancy/hash-code.html create mode 100644 plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root//-fancy/index.html create mode 100644 plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root//-fancy/to-string.html create mode 100644 plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root//function.html create mode 100644 plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root//index.html delete mode 100644 plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/function.html create mode 100644 plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/scripts/main.js create mode 100644 plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/scripts/main.js.map (limited to 'plugins/base/src/test/resources/expect/functionWithAnnotatedParam') diff --git a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/navigation.html b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/navigation.html index 247d55ca..73443522 100644 --- a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/navigation.html +++ b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/navigation.html @@ -1,12 +1,12 @@