mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user