You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fisher/test/key-bindings-delete.fish

11 lines
389 B
Fish

set -l key_bindings_mock "##foo##" "foo" "bar" "baz" "##foo##"
test "$TESTNAME - Delete bindings for plugin from input stream"
-z (printf "%s\n" $key_bindings_mock | __fisher_key_bindings_delete foo)
end
test "$TESTNAME - Write new stream with deleted bindings to stdout"
$key_bindings_mock = (
printf "%s\n" $key_bindings_mock | __fisher_key_bindings_delete norf)
end