mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
tfdiags: Document missing tests
This commit is contained in:
parent
ec127e4a7b
commit
aca52ce2b9
1 changed files with 7 additions and 0 deletions
|
|
@ -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…
Reference in a new issue