summaryrefslogtreecommitdiffstats
path: root/parser/parse_frontmatter_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'parser/parse_frontmatter_test.go')
-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},