hugo/helpers
Gergely Brautigam e95f3af933 helpers: Test coverage increase
Started to increase coverage in helpers package, now at 74.9% of statements.

In the process, also a few minor changes have been applied to content.go.

* Content.go has undergone a formatting refactor regarding comments
* Unused function TruncateWords has been removed
* RenderingContext's "mmark" has been changed to use MmarkRender
* Content_test.go added to cover content.go's functionality
2016-02-06 14:27:11 +01:00
..
content.go helpers: Test coverage increase 2016-02-06 14:27:11 +01:00
content_renderer.go
content_renderer_test.go
content_test.go helpers: Test coverage increase 2016-02-06 14:27:11 +01:00
general.go
general_test.go
hugo.go
hugo_test.go
path.go
path_test.go
pygments.go
pygments_test.go Apply gofmt -s 2016-02-06 13:09:52 +01:00
url.go
url_test.go