hugo/testscripts/commands/mod_init.txt
2024-09-19 12:26:04 +02:00

15 lines
No EOL
314 B
Text

# Test the hugo init command.
dostounix golden/go.mod.testsubmod
hugo mod init testsubmod
cmpenv go.mod $WORK/golden/go.mod.testsubmod
-- hugo.toml --
title = "Hugo Modules Test"
[module]
[[module.imports]]
path="github.com/bep/empty-hugo-module"
-- golden/go.mod.testsubmod --
module testsubmod
go ${GOVERSION}