add command actions test

This commit is contained in:
Shin'ya Ueoka 2017-09-11 21:37:32 +09:00
parent bf890a6d9d
commit 2190a525b4
2 changed files with 52 additions and 1 deletions

View file

@ -22,7 +22,7 @@ export function exec(line) {
case 'tabopen':
return {
type: actions.COMMAND_TABOPEN_URL,
url: remaining
url: normalizeUrl(remaining)
};
case 'b':
case 'buffer':