mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-28 14:40:43 +03:00
all: Refactor to nonglobal Viper, i18n etc.
This is a final rewrite that removes all the global state in Hugo, which also enables the use if `t.Parallel` in tests. Updates #2701 Fixes #3016
This commit is contained in:
parent
e34af6ee30
commit
93ca7c9e95
99 changed files with 2843 additions and 2458 deletions
|
@ -152,6 +152,7 @@ var shortCodeLexerTests = []shortCodeLexerTest{
|
|||
}
|
||||
|
||||
func TestShortcodeLexer(t *testing.T) {
|
||||
t.Parallel()
|
||||
for i, test := range shortCodeLexerTests {
|
||||
items := collect(&test)
|
||||
if !equal(items, test.items) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue