hcl: test parsing an empty file

This commit is contained in:
Mitchell Hashimoto 2014-09-15 09:38:43 -07:00
parent 86d22484a4
commit 3fc289c4d2
2 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ func TestParse(t *testing.T) {
"comment_single.hcl",
false,
},
{
"empty.hcl",
false,
},
{
"multiple.hcl",
false,

View File