summaryrefslogtreecommitdiffstats
path: root/testscripts/commands/hugo_printpathwarnings.txt
diff options
context:
space:
mode:
Diffstat (limited to 'testscripts/commands/hugo_printpathwarnings.txt')
-rw-r--r--testscripts/commands/hugo_printpathwarnings.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/testscripts/commands/hugo_printpathwarnings.txt b/testscripts/commands/hugo_printpathwarnings.txt
new file mode 100644
index 000000000..f4c76ebab
--- /dev/null
+++ b/testscripts/commands/hugo_printpathwarnings.txt
@@ -0,0 +1,17 @@
+hugo --printPathWarnings
+
+stdout 'Duplicate target paths: .index.html \(2\)'
+
+-- hugo.toml --
+disableKinds = ["taxonomy", "term", "RSS", "sitemap", "robotsTXT", "404", "section"]
+baseURL = "https://example.org/"
+-- layouts/_default/single.html --
+Single.
+-- layouts/index.html --
+Home.
+-- content/p1.md --
+---
+title: "P1"
+url: "/"
+---
+