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 | 6 +-- .../out/html/root//f.html | 29 +++++++++++ .../out/html/root//index.html | 44 ++++++++++++++++ .../out/html/root/f.html | 29 ----------- .../out/html/root/index.html | 23 ++++----- .../out/html/scripts/main.js | 59 ++++++++++++++++++++++ .../out/html/scripts/main.js.map | 1 + .../out/html/scripts/pages.js | 4 +- 8 files changed, 148 insertions(+), 47 deletions(-) create mode 100644 plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation/out/html/root//f.html create mode 100644 plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation/out/html/root//index.html delete mode 100644 plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation/out/html/root/f.html create mode 100644 plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation/out/html/scripts/main.js create mode 100644 plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation/out/html/scripts/main.js.map (limited to 'plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation/out') diff --git a/plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation/out/html/navigation.html b/plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation/out/html/navigation.html index a6a421f1..463b028f 100644 --- a/plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation/out/html/navigation.html +++ b/plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation/out/html/navigation.html @@ -1,9 +1,9 @@