aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-11-03 15:04:22 +0800
committerLi Jin <dragon-fly@qq.com>2020-11-03 15:04:22 +0800
commitf641df51ecec17dbd24b476e271a4ee49ed6aded (patch)
treef0a83f650a45037d33057dc913ca24ce04986dd3 /spec
parente07a2eb9c389f27103872a3b5a5bfe500d0c2d62 (diff)
downloadyuescript-f641df51ecec17dbd24b476e271a4ee49ed6aded.tar.gz
yuescript-f641df51ecec17dbd24b476e271a4ee49ed6aded.tar.bz2
yuescript-f641df51ecec17dbd24b476e271a4ee49ed6aded.zip
fix issue #30
Diffstat (limited to 'spec')
-rw-r--r--spec/inputs/tables.mp16
1 files changed, 16 insertions, 0 deletions
diff --git a/spec/inputs/tables.mp b/spec/inputs/tables.mp
index e816003..2c6dff9 100644
--- a/spec/inputs/tables.mp
+++ b/spec/inputs/tables.mp
@@ -203,5 +203,21 @@ items =
203 * [i for i = 1, 3] 203 * [i for i = 1, 3]
204 * "#{if a then b}" 204 * "#{if a then b}"
205 205
206pairs =
207 *
208 * "king"
209 * "queen"
210 *
211 * "hero"
212 * "princess"
213
214items =
215 *
216 name: "ring"
217 amount: 2
218 *
219 name: "necklace"
220 amount: 1
221
206nil 222nil
207 223