Allowing empty files (ignored) so you can touch a new file while watching

This commit is contained in:
spf13
2013-12-28 13:44:58 -05:00
parent 1c60d5bf20
commit 8055838c70
2 changed files with 3 additions and 4 deletions

View File

@@ -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},