update QA.md

jh-changes
Shin'ya Ueoka 7 years ago
parent b38d905f99
commit f1158b5957
  1. 34
      QA.md

34
QA.md

@ -82,37 +82,37 @@ The behaviors of the console are tested in [Console section](#consoles).
#### History and search engines #### History and search engines
- `open`: show no completions - [ ] `open`: show no completions
- `open<SP>`: show all engines and some history items - [ ] `open<SP>`: show all engines and some history items
- `open g`: complete search engines starts with `g` and matched with keywords `g` - [ ] `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` - [ ] `open foo bar`: complete history items matched with keywords `foo` and `bar`
- also `tabopen` and `winopen` - [ ] also `tabopen` and `winopen`
- shortening commands such as `o` are not test in this release - [ ] shortening commands such as `o` are not test in this release
#### Buffer command #### Buffer command
- `buffer`: show no completions - [ ] `buffer`: show no completions
- `buffer<SP>`: show all opened tabs in completion - [ ] `buffer<SP>`: show all opened tabs in completion
- `buffer x`: show tabs which has title and URL matches with `x` - [ ] `buffer x`: show tabs which has title and URL matches with `x`
## Settings ## Settings
### Validations ### Validations
- show error on invalid json - [ ] show error on invalid json
- show error when top-level keys has keys other than `keymaps`, and `search` - [ ] show error when top-level keys has keys other than `keymaps`, and `search`
#### `"keymaps"` section #### `"keymaps"` section
- show error on unknown operation name in `"keymaps"` - [ ] show error on unknown operation name in `"keymaps"`
#### `"search"` section #### `"search"` section
- validations in `"search"` section are not tested in this release - [ ] validations in `"search"` section are not tested in this release
### Updating ### Updating
- changes are updated on textarea blure when no errors - [ ] changes are updated on textarea blure when no errors
- changes are not updated on textarea blure when errors occurs - [ ] changes are not updated on textarea blure when errors occurs
- keymap settings are applied to open tabs without reload - [ ] keymap settings are applied to open tabs without reload
- search settings are applied to open tabs without reload - [ ] search settings are applied to open tabs without reload