mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 16:57:04 +08:00
Add another vector assignment test
This commit is contained in:
parent
36765df3c0
commit
84554ed0a5
5
unittests/vector_assignment_3.chai
Normal file
5
unittests/vector_assignment_3.chai
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
|
||||||
|
var v = []
|
||||||
|
v.push_back(int(1));
|
||||||
|
v[0] = 3;
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user