mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
Allowing empty files (ignored) so you can touch a new file while watching
This commit is contained in:
@@ -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},
|
||||
|
Reference in New Issue
Block a user