mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 10:24:12 +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"] },
|
delbmarks: { anyOutput: ["", "about:pentadactyl"] },
|
||||||
delcommand: [
|
delcommand: [
|
||||||
{
|
{
|
||||||
init: ["delc!", "command foo bar"],
|
init: ["delcommand!", "command foo bar"],
|
||||||
error: [""],
|
error: [""],
|
||||||
completions: [
|
completions: [
|
||||||
["", hasItems],
|
["", hasItems],
|
||||||
@@ -153,7 +153,7 @@ var tests = {
|
|||||||
noOutput: ["foo", "! "]
|
noOutput: ["foo", "! "]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
init: ["comclear"],
|
init: ["delcommand!"],
|
||||||
error: ["foo"]
|
error: ["foo"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user