tfdiags: Document missing tests

This commit is contained in:
Radek Simko 2018-11-15 14:55:30 +00:00
parent ec127e4a7b
commit aca52ce2b9
No known key found for this signature in database
GPG Key ID: 1F1C84FE689A88D7
1 changed files with 7 additions and 0 deletions

View File

@ -45,6 +45,13 @@ root_map = {
}
simple_attr = "val"
`
// TODO: Test ConditionalExpr
// TODO: Test ForExpr
// TODO: Test FunctionCallExpr
// TODO: Test IndexExpr
// TODO: Test interpolation
// TODO: Test SplatExpr
f, parseDiags := hclsyntax.ParseConfig([]byte(testConfig), "test.tf", hcl.Pos{Line: 1, Column: 1})
if len(parseDiags) != 0 {
t.Fatal(parseDiags)