Skip to content

Commit

Permalink
Ensure that let-multi works with computed objects.
Browse files Browse the repository at this point in the history
Part of #18. Part of #36.
  • Loading branch information
jkomoros committed Jul 4, 2023
1 parent a925bdb commit 78558d7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions test/base/a_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,14 @@
"let-multi-test": {
"type": "let-multi",
"values": {
"name": "Alex",
"foo": 3
"type": "object",
"properties": {
"name": "Alex",
"foo": {
"type": "log",
"value": 3
}
}
},
"block": {
"type": "render",
Expand Down

0 comments on commit 78558d7

Please sign in to comment.