From a6a65ba26a9d320611abcbfba49fa724edfb4dad Mon Sep 17 00:00:00 2001 From: Li Jin Date: Fri, 2 Dec 2022 10:15:09 +0800 Subject: add more num lit specs. --- spec/inputs/literals.yue | 3 +++ 1 file changed, 3 insertions(+) (limited to 'spec/inputs/literals.yue') diff --git a/spec/inputs/literals.yue b/spec/inputs/literals.yue index 8b81fde..ef8b5f1 100644 --- a/spec/inputs/literals.yue +++ b/spec/inputs/literals.yue @@ -10,6 +10,9 @@ _ = { 0xfF2323 0xabcdef 0xABCDEF + 0x123p-123 + 0xABCP+321 + 0x.1p-111 .2323 .2323e-1 -- cgit v1.2.3-55-g6feb