mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-29 07:00:31 +03:00
hugolib: Fix Java-styled all-caps consts
This commit is contained in:
parent
b0e21f967b
commit
df92fc31ca
3 changed files with 29 additions and 29 deletions
|
@ -24,7 +24,7 @@ import (
|
|||
func TestEncodePage(t *testing.T) {
|
||||
|
||||
// borrowed from menu_test.go
|
||||
s := createTestSite(MENU_PAGE_SOURCES)
|
||||
s := createTestSite(menuPageSources)
|
||||
testSiteSetup(s, t)
|
||||
|
||||
_, err := json.Marshal(s)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue