diff options
author | Li Jin <dragon-fly@qq.com> | 2025-05-23 15:07:45 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2025-05-23 15:07:45 +0800 |
commit | 4ba4c90e711c6204aa40e38347c5a5a076d9370e (patch) | |
tree | c929f1f5dc7002a65311db82abf4228aaa979925 /spec/inputs/tables.yue | |
parent | cf0a0f37bf07eb8e9435febe96e3adfe45004f91 (diff) | |
download | yuescript-main.tar.gz yuescript-main.tar.bz2 yuescript-main.zip |
Diffstat (limited to '')
-rw-r--r-- | spec/inputs/tables.yue | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/spec/inputs/tables.yue b/spec/inputs/tables.yue index 0de8a8c..702e04a 100644 --- a/spec/inputs/tables.yue +++ b/spec/inputs/tables.yue | |||
@@ -245,6 +245,24 @@ menus = | |||
245 | click: -> | 245 | click: -> |
246 | } | 246 | } |
247 | 247 | ||
248 | _ = | ||
249 | boolean: | ||
250 | - true | ||
251 | - false | ||
252 | float: | ||
253 | - 3.14 | ||
254 | - -6.8523015e+5 | ||
255 | int: | ||
256 | - 123 | ||
257 | - -0b1010_0111_0100_1010_1110 | ||
258 | null: | ||
259 | nodeName: 'node' | ||
260 | parent: nil | ||
261 | string: | ||
262 | - 'Hello world' | ||
263 | - "newline | ||
264 | newline2" | ||
265 | |||
248 | tb = {...other} | 266 | tb = {...other} |
249 | 267 | ||
250 | tbMix = { | 268 | tbMix = { |