diff options
Diffstat (limited to 'spec/inputs')
| -rw-r--r-- | spec/inputs/tables.moon | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/spec/inputs/tables.moon b/spec/inputs/tables.moon index 9383538..a1e861b 100644 --- a/spec/inputs/tables.moon +++ b/spec/inputs/tables.moon | |||
| @@ -159,5 +159,25 @@ f = { "one", "two": three, "four" } | |||
| 159 | 159 | ||
| 160 | j = "one", "two": three, "four": five, 6, 7 | 160 | j = "one", "two": three, "four": five, 6, 7 |
| 161 | 161 | ||
| 162 | heroine = | ||
| 163 | name: "Christina" | ||
| 164 | age: 18 | ||
| 165 | job: "Princess" | ||
| 166 | likes: | ||
| 167 | # name: "kittens" | ||
| 168 | img: "/image/kittens.png" | ||
| 169 | # name: "flower" | ||
| 170 | img: "/image/flower.png" | ||
| 171 | items: | ||
| 172 | # name: "ring" | ||
| 173 | amount: 2 | ||
| 174 | # name: "necklace" | ||
| 175 | amount: 1 | ||
| 176 | status: | ||
| 177 | desc: "weak" | ||
| 178 | # attribute: "health" | ||
| 179 | value: 50 | ||
| 180 | # attribute: "mana" | ||
| 181 | value: 100 | ||
| 162 | 182 | ||
| 163 | nil | 183 | nil |
