[][src]Function endbasic_std::testutils::check_expr_ok

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.