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 Make the watch logger less chatty 2016-01-28 15:33:41 +01:00
general_test.go
hugo.go
hugo_test.go
path.go
path_test.go
pygments.go added remaining relevant options 2016-01-04 11:52:40 -05:00
pygments_test.go Apply gofmt -s 2016-02-06 13:09:52 +01:00
url.go Fix /.xml RSSLink when uglyurls are enabled 2016-01-04 11:25:37 -05:00
url_test.go