Merge branch 'master' into ChaiScript_5_0_CPP_11
This commit is contained in:
commit
189ae82cb7
5
unittests/map_count.chai
Normal file
5
unittests/map_count.chai
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
assert_equal(1, ["a":1].count("a"))
|
||||
assert_equal(0, ["A":1].count("a"))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user