diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-04-14 18:00:24 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-04-14 20:43:16 +0900 |
commit | b9605f045b0dbd63b1ecdc0960fb2bea1030ab87 (patch) | |
tree | 9a32f87da3a40575e94d776e5bff4dbfd4d4801f /QA.md | |
parent | 2df2a091eaa02ba943c148c75934628c76e90f52 (diff) |
Add e2e tests for buffer command
Diffstat (limited to 'QA.md')
-rw-r--r-- | QA.md | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -39,15 +39,6 @@ The behaviors of the console are tested in [Console section](#consoles). - [ ] `<EMPTY>`: do nothing <br> -- [ ] `buffer`: do nothing -- [ ] `buffer <title>`, `buffer <url>`: select tab which has an title matched with -- [ ] `buffer 1`: select leftmost tab -- [ ] `buffer 0`, `buffer <a number more than count of tabs>`: shows an error -- [ ] select tabs rotationally when more than two tabs are matched -- [ ] `buffer %`: select current tab (nothing to do) -- [ ] `buffer #`: select last selected tab -<br> - - [ ] `addbookmark` creates a bookmark <br> |