aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/literals.yue
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2022-10-31 11:32:33 +0800
committerLi Jin <dragon-fly@qq.com>2022-11-09 11:29:32 +0800
commit417ec1a37922c6178900adfec70628cad46731ff (patch)
treea5a2d74927ad2c41b5a16264a78409e1c0334b72 /spec/inputs/literals.yue
parent3dd607c8887d2fe0186668aabca31bb84a41e2da (diff)
downloadyuescript-417ec1a37922c6178900adfec70628cad46731ff.tar.gz
yuescript-417ec1a37922c6178900adfec70628cad46731ff.tar.bz2
yuescript-417ec1a37922c6178900adfec70628cad46731ff.zip
fix issue #112 and issue #113.
Diffstat (limited to 'spec/inputs/literals.yue')
-rw-r--r--spec/inputs/literals.yue5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/inputs/literals.yue b/spec/inputs/literals.yue
index d4b0326..8b81fde 100644
--- a/spec/inputs/literals.yue
+++ b/spec/inputs/literals.yue
@@ -23,6 +23,11 @@ _ = {
23 0x2aLL 23 0x2aLL
24 0x2aULL 24 0x2aULL
25 25
26 1_000_000.000_000_1
27 1_234e567_8
28 1_234E-567_8
29 0xDE_AD_BE_EF
30
26 [[ hello world ]] 31 [[ hello world ]]
27 32
28 [=[ hello world ]=] 33 [=[ hello world ]=]