Skip to content

Commit

Permalink
chore: update test case for merge map keys
Browse files Browse the repository at this point in the history
  • Loading branch information
bbckr committed Nov 20, 2024
1 parent 04769f9 commit c164816
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/hcl.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ variable "b" {
nested_map = {
"nested_num" = 100
"nested_string" = "baz"
}
},
},
"key2" = {
numval = 2
},
}
map2 = {
Expand Down Expand Up @@ -100,6 +103,9 @@ variable "b" {
"key1" = {
numval = 9
}
"key2" = {
numval = 2
}
}
map2 = {
"key2" = {
Expand Down

0 comments on commit c164816

Please sign in to comment.