mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
tfdiags: Document missing tests
This commit is contained in:
parent
ec127e4a7b
commit
aca52ce2b9
@ -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 New Issue
Block a user