tfdiags: Document missing tests

pull/19382/head
Radek Simko 7 years ago
parent ec127e4a7b
commit aca52ce2b9
No known key found for this signature in database
GPG Key ID: 1F1C84FE689A88D7

@ -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)

Loading…
Cancel
Save