mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 04:19:46 +02:00
BytesAt command tests
This commit is contained in:
committed by
Simon Curtis
parent
cd6ff56d04
commit
b99d8c1016
@@ -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(
|
||||
|
Reference in New Issue
Block a user