summaryrefslogtreecommitdiff
path: root/common/tests/functional
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2011-06-27 14:14:56 +1000
committerDoug Kearns <dougkearns@gmail.com>2011-06-27 14:14:56 +1000
commitad64e494720663e39c163b5d9ef6e02753551e47 (patch)
treefb3095cdbb7b9aef88691064c3ab819e8c94da6c /common/tests/functional
parent50462000975eb435065aa46babdff7b5dbe94c5c (diff)
downloadpentadactyl-ad64e494720663e39c163b5d9ef6e02753551e47.tar.gz
Restore some :tabmove argument errors and update :help for recent changes.
--HG-- extra : rebase_source : 496b6d553c64e88cef45620dc1f8210301ad5fe2
Diffstat (limited to 'common/tests/functional')
-rw-r--r--common/tests/functional/testCommands.js9
1 files changed, 8 insertions, 1 deletions
diff --git a/common/tests/functional/testCommands.js b/common/tests/functional/testCommands.js
index e247359e..58fbe681 100644
--- a/common/tests/functional/testCommands.js
+++ b/common/tests/functional/testCommands.js
@@ -677,7 +677,14 @@ var tests = {
tabdo: {},
tabduplicate: {},
tablast: {},
- tabmove: {},
+ tabmove: {
+ error: [""],
+ noOutput: ["1", "$", "999", "-1", "+1", "! +1", "! -1", "-999", "+999", "! +999", "! -999"],
+ completions: [
+ ["", hasItems],
+ ["1", hasItems]
+ ]
+ },
tabnext: {},
tabonly: {},
tabopen: {},