BytesAt command tests

This commit is contained in:
simon-curtis
2024-10-10 23:13:07 +01:00
committed by Simon Curtis
parent cd6ff56d04
commit b99d8c1016
6 changed files with 93 additions and 31 deletions

View File

@@ -43,7 +43,12 @@ mod test_examples {
signature.operates_on_cell_paths(),
),
);
check_example_evaluates_to_expected_output(&example, cwd.as_path(), &mut engine_state);
check_example_evaluates_to_expected_output(
cmd.name(),
&example,
cwd.as_path(),
&mut engine_state,
);
}
check_all_signature_input_output_types_entries_have_examples(