Function endbasic_std::testutils::check_expr_ok
source ยท pub fn check_expr_ok<V: Into<Value>>(exp_value: V, expr: &str)
Expand description
Executes expr
on a scripting interpreter and ensures that the result is exp_value
.