pub fn check_expr_ok<V: Into<Value>>(exp_value: V, expr: &str)
Executes expr on a scripting interpreter and ensures that the result is exp_value.
expr
exp_value