mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 08:46:53 +08:00
9 lines
94 B
ChaiScript
9 lines
94 B
ChaiScript
|
|
try {
|
|
eval("[\"hello\":5,\"j\",\"k\"]");
|
|
assert_true(false);
|
|
} catch (eval_error ee) {
|
|
}
|
|
|
|
|