diff options
Diffstat (limited to 'common/tests')
-rw-r--r-- | common/tests/functional/testCommands.js | 9 |
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: {}, |