summaryrefslogtreecommitdiff
path: root/specsuite/tests/structure/attributes/expected.t
blob: 754d5fe464e92782ec23d55e43a37656cba10cc8 (plain)
1
2
3
4
5
6
7
8
9
10
result_type = object({
  a = string
  b = string
  c = string
})
result = {
  a = "a value"
  b = "b value"
  c = "c value"
}