mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-29 07:00:31 +03:00
parent
9347084d61
commit
c8d3124dde
22 changed files with 538 additions and 567 deletions
|
@ -30,7 +30,7 @@ func TestEncodePage(t *testing.T) {
|
|||
_, err := json.Marshal(s)
|
||||
check(t, err)
|
||||
|
||||
_, err = json.Marshal(s.regularPages[0])
|
||||
_, err = json.Marshal(s.RegularPages[0])
|
||||
check(t, err)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue