mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-07 01:06:54 +08:00
6 lines
75 B
ChaiScript
6 lines
75 B
ChaiScript
|
|
assert_equal(1, ["a":1].count("a"))
|
|
assert_equal(0, ["A":1].count("a"))
|
|
|
|
|