Function eval_code_with_vm

Source
pub fn eval_code_with_vm(
    vm: &mut Machine<'_>,
    world: &TestWorld,
    input: &str,
) -> TestResult