mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-02 13:52:28 +01:00
Fix reference to removed :comclear in testCommands.
--HG-- extra : rebase_source : 33a19cdf6a5a3e544555cd36281ea9ea5ef4d6e4
This commit is contained in:
@@ -143,7 +143,7 @@ var tests = {
|
||||
delbmarks: { anyOutput: ["", "about:pentadactyl"] },
|
||||
delcommand: [
|
||||
{
|
||||
init: ["delc!", "command foo bar"],
|
||||
init: ["delcommand!", "command foo bar"],
|
||||
error: [""],
|
||||
completions: [
|
||||
["", hasItems],
|
||||
@@ -153,7 +153,7 @@ var tests = {
|
||||
noOutput: ["foo", "! "]
|
||||
},
|
||||
{
|
||||
init: ["comclear"],
|
||||
init: ["delcommand!"],
|
||||
error: ["foo"]
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user