From 0446b12d7be2ba4e8534987864fedfc586510291 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Thu, 17 Apr 2025 11:05:06 +0800 Subject: Fixed issue #209. --- spec/inputs/literals.yue | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'spec/inputs') diff --git a/spec/inputs/literals.yue b/spec/inputs/literals.yue index 6b666f0..32cf7e7 100644 --- a/spec/inputs/literals.yue +++ b/spec/inputs/literals.yue @@ -10,10 +10,19 @@ _ = { 0xfF2323 0xabcdef 0xABCDEF + 0XFB_C4_00 0x123p-123 0xABCP+321 0x.1p-111 0xA_B_CP-3_2_1 + 0x0.1E + 0xA23p-4 + 0X1.921FB54442D18P+1 + + 0b01 + 0b00_00_10_00 + 0B1111 + 0B00_11_00_10_01 .2323 .2323e-1 -- cgit v1.2.3-55-g6feb