hcl: test parsing an empty file
This commit is contained in:
parent
86d22484a4
commit
3fc289c4d2
@ -23,6 +23,10 @@ func TestParse(t *testing.T) {
|
|||||||
"comment_single.hcl",
|
"comment_single.hcl",
|
||||||
false,
|
false,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"empty.hcl",
|
||||||
|
false,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"multiple.hcl",
|
"multiple.hcl",
|
||||||
false,
|
false,
|
||||||
|
0
hcl/test-fixtures/empty.hcl
Normal file
0
hcl/test-fixtures/empty.hcl
Normal file
Loading…
Reference in New Issue
Block a user