mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
@@ -38,5 +38,5 @@ func TestTransform(t *testing.T) {
|
||||
c.Assert(transformed.RelPermalink(), qt.Equals, "/hugo.min.html")
|
||||
content, err := transformed.(resource.ContentProvider).Content()
|
||||
c.Assert(err, qt.IsNil)
|
||||
c.Assert(content, qt.Equals, "<h1>Hugo Rocks!</h1>")
|
||||
c.Assert(content, qt.Equals, "<h1> Hugo Rocks! </h1>")
|
||||
}
|
||||
|
Reference in New Issue
Block a user