Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/parser
diff options
context:
space:
mode:
authorspf13 <steve.francia@gmail.com>2013-12-28 22:44:58 +0400
committerspf13 <steve.francia@gmail.com>2013-12-28 22:47:34 +0400
commit8055838c700d9e8b77ec1dafeda5ecaef2dab2c2 (patch)
tree135c73ac8f3ffef639921e4774dff43fb811ba14 /parser
parent1c60d5bf2027815fda31d7fa9c1c98033a3c614e (diff)
Allowing empty files (ignored) so you can touch a new file while watching
Diffstat (limited to 'parser')
-rw-r--r--parser/parse_frontmatter_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/parser/parse_frontmatter_test.go b/parser/parse_frontmatter_test.go
index 87666542a..ab7d78eb0 100644
--- a/parser/parse_frontmatter_test.go
+++ b/parser/parse_frontmatter_test.go
@@ -52,7 +52,6 @@ func TestDegenerateCreatePageFrom(t *testing.T) {
tests := []struct {
content string
}{
- {CONTENT_EMPTY},
{CONTENT_MISSING_END_FM_DELIM},
{CONTENT_INCOMPLETE_END_FM_DELIM},
{CONTENT_FM_NO_DOC},