mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 16:57:04 +08:00
Add unit test of suffixed number inside of vector initialization
This commit is contained in:
parent
d225e09d5d
commit
e298333ac6
2
unittests/vector_of_suffixed_numbers.chai
Normal file
2
unittests/vector_of_suffixed_numbers.chai
Normal file
@ -0,0 +1,2 @@
|
||||
var x = [1, 2u]
|
||||
assert_equal(2u, x[0])
|
||||
Loading…
x
Reference in New Issue
Block a user