mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02: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