diff options
author | Li Jin <dragon-fly@qq.com> | 2022-12-02 10:40:09 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2022-12-02 10:40:09 +0800 |
commit | 298b18dbe852300199cc529c942a181bead5f135 (patch) | |
tree | f4b5ae89b6920fa0a12c693118f85334f19754f8 /spec/outputs | |
parent | a6a65ba26a9d320611abcbfba49fa724edfb4dad (diff) | |
download | yuescript-298b18dbe852300199cc529c942a181bead5f135.tar.gz yuescript-298b18dbe852300199cc529c942a181bead5f135.tar.bz2 yuescript-298b18dbe852300199cc529c942a181bead5f135.zip |
update Lua.
Diffstat (limited to 'spec/outputs')
-rw-r--r-- | spec/outputs/literals.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/outputs/literals.lua b/spec/outputs/literals.lua index 0d4d8b8..a578d58 100644 --- a/spec/outputs/literals.lua +++ b/spec/outputs/literals.lua | |||
@@ -11,6 +11,7 @@ local _ = { | |||
11 | 0x123p-123, | 11 | 0x123p-123, |
12 | 0xABCP+321, | 12 | 0xABCP+321, |
13 | 0x.1p-111, | 13 | 0x.1p-111, |
14 | 0xABCP-321, | ||
14 | .2323, | 15 | .2323, |
15 | .2323e-1, | 16 | .2323e-1, |
16 | .2323e13434, | 17 | .2323e13434, |