diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-10 19:58:15 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-11 21:30:31 +0900 |
commit | f1158b5957057e5e77535225de7ccfe9ff15dd60 (patch) | |
tree | 2f6341bbf54ac57d3b786a34f789a90d15c20fb8 | |
parent | b38d905f99999b9e54fe80066169d9d2582502b6 (diff) |
update QA.md
-rw-r--r-- | QA.md | 34 |
1 files changed, 17 insertions, 17 deletions
@@ -82,37 +82,37 @@ The behaviors of the console are tested in [Console section](#consoles). #### History and search engines -- `open`: show no completions -- `open<SP>`: show all engines and some history items -- `open g`: complete search engines starts with `g` and matched with keywords `g` -- `open foo bar`: complete history items matched with keywords `foo` and `bar` -- also `tabopen` and `winopen` -- shortening commands such as `o` are not test in this release +- [ ] `open`: show no completions +- [ ] `open<SP>`: show all engines and some history items +- [ ] `open g`: complete search engines starts with `g` and matched with keywords `g` +- [ ] `open foo bar`: complete history items matched with keywords `foo` and `bar` +- [ ] also `tabopen` and `winopen` +- [ ] shortening commands such as `o` are not test in this release #### Buffer command -- `buffer`: show no completions -- `buffer<SP>`: show all opened tabs in completion -- `buffer x`: show tabs which has title and URL matches with `x` +- [ ] `buffer`: show no completions +- [ ] `buffer<SP>`: show all opened tabs in completion +- [ ] `buffer x`: show tabs which has title and URL matches with `x` ## Settings ### Validations -- show error on invalid json -- show error when top-level keys has keys other than `keymaps`, and `search` +- [ ] show error on invalid json +- [ ] show error when top-level keys has keys other than `keymaps`, and `search` #### `"keymaps"` section -- show error on unknown operation name in `"keymaps"` +- [ ] show error on unknown operation name in `"keymaps"` #### `"search"` section -- validations in `"search"` section are not tested in this release +- [ ] validations in `"search"` section are not tested in this release ### Updating -- changes are updated on textarea blure when no errors -- changes are not updated on textarea blure when errors occurs -- keymap settings are applied to open tabs without reload -- search settings are applied to open tabs without reload +- [ ] changes are updated on textarea blure when no errors +- [ ] changes are not updated on textarea blure when errors occurs +- [ ] keymap settings are applied to open tabs without reload +- [ ] search settings are applied to open tabs without reload |