Passing tests
This commit is contained in:
parent
b2ba9e7b3e
commit
bbf6292cbe
@ -24,7 +24,16 @@ func TestDecode(t *testing.T) {
|
||||
"structure.hcl",
|
||||
false,
|
||||
map[string]interface{}{
|
||||
"foo": "bar",
|
||||
"foo": []interface{}{
|
||||
map[string]interface{}{
|
||||
"baz": []interface{}{
|
||||
map[string]interface{}{
|
||||
"key": 7,
|
||||
"foo": "bar",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// This is a test structure for the lexer
|
||||
foo bar "baz" {
|
||||
foo "baz" {
|
||||
key = 7
|
||||
foo = "bar"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user