From f1158b5957057e5e77535225de7ccfe9ff15dd60 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Tue, 10 Oct 2017 19:58:15 +0900 Subject: [PATCH] update QA.md --- QA.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/QA.md b/QA.md index 1b09951..6104cda 100644 --- a/QA.md +++ b/QA.md @@ -82,37 +82,37 @@ The behaviors of the console are tested in [Console section](#consoles). #### History and search engines -- `open`: show no completions -- `open`: 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`: 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`: show all opened tabs in completion -- `buffer x`: show tabs which has title and URL matches with `x` +- [ ] `buffer`: show no completions +- [ ] `buffer`: 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