mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 20:24:12 +01:00
Don't hide error generated for :time :no-such-cmd.
--HG-- extra : rebase_source : 100b8c4d6ac54f8bfb983afd1b8064d5fd7b7e8e
This commit is contained in:
@@ -690,7 +690,11 @@ var tests = {
|
||||
tabopen: {},
|
||||
tabprevious: {},
|
||||
tabrewind: {},
|
||||
time: {},
|
||||
time: {
|
||||
error: ["", ":some-nonexistent-command"/*, "some_nonexistent_reference"*/], // FIXME
|
||||
singleOutput: [":js null", "null"]
|
||||
|
||||
},
|
||||
toolbarhide: {
|
||||
init: [
|
||||
["tbs Navigation Toolbar", toolbarState("#nav-bar", true)],
|
||||
|
||||
Reference in New Issue
Block a user