mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 16:57:04 +08:00
Add some missing unit tests for number formats and block starting
This commit is contained in:
parent
480761c1f7
commit
c51d14fb13
1
unittests/block_start.chai
Normal file
1
unittests/block_start.chai
Normal file
@ -0,0 +1 @@
|
|||||||
|
{print("hello")}
|
||||||
1
unittests/block_start.txt
Normal file
1
unittests/block_start.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
hello
|
||||||
2
unittests/number_formats.chai
Normal file
2
unittests/number_formats.chai
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
print(012)
|
||||||
|
print(0x1f)
|
||||||
2
unittests/number_formats.txt
Normal file
2
unittests/number_formats.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
10
|
||||||
|
31
|
||||||
Loading…
x
Reference in New Issue
Block a user