mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-01-01 03:12:23 +08:00
Add unit test that dies after r465
This commit is contained in:
parent
968da650b2
commit
13178e55e1
3
unittests/vector_push_empty.chai
Normal file
3
unittests/vector_push_empty.chai
Normal file
@ -0,0 +1,3 @@
|
||||
var bob = []
|
||||
bob.push_back(3)
|
||||
print(bob)
|
||||
Loading…
x
Reference in New Issue
Block a user