Function 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.