hugo/helpers
bep a52e508d46 Update test logs for uniformity and consistency
Many minor fixes to make test logs more consistent and correct a
mispelling.

Standardize on "[%i] got X but expected Y" for log messages. Using
a consistent layout makes it easier to read the test results. This
was mostly changing "Got" to "got". Swapped the order of values on
several calls to bring them in line with the convention.

A few log messages had a sequence number added to identify the
exact scenario that failed. Otherwise, there would be no way to
ascertain which failed When there are many scenarios.

Correct spelling of "expected."

Fixes #1028
Merged be2097e1ad

[close #1040]
2015-05-08 22:27:00 -04:00
..
content.go Very experimental support for mmark 2015-05-08 22:05:41 -04:00
content_test.go Correct initialisms as suggested by golint 2015-03-11 21:55:00 +01:00
general.go Very experimental support for mmark 2015-05-08 22:05:41 -04:00
general_test.go Update test logs for uniformity and consistency 2015-05-08 22:27:00 -04:00
hugo.go Print ERROR on theme vs Hugo version mismatch 2015-04-28 20:39:25 +02:00
hugo_test.go Refactor Hugo version 2015-03-18 12:23:13 +01:00
path.go List directories being watched when server is run 2015-04-02 12:52:08 +02:00
path_test.go helpers: fix some go vet errors 2015-04-03 21:20:25 +02:00
pygments.go Allow 'classprefix' pygments options. 2015-05-07 03:45:51 +02:00
pygments_test.go Add more options to highlight 2015-04-15 20:31:06 +02:00
url.go Do not add trailing slash to baseURL 2015-05-05 16:02:44 +02:00
url_test.go Do not add trailing slash to baseURL 2015-05-05 16:02:44 +02:00