diff options
| author | Steven Chan <stevenyvr987@users.noreply.github.com> | 2017-02-16 12:32:01 -0800 |
|---|---|---|
| committer | Steven Chan <steven3416@gmail.com> | 2019-02-15 11:45:06 -0800 |
| commit | fe0c357b6633362fa4e55ddaa305ea3d19c76312 (patch) | |
| tree | 2445159a8881dc27a8f275448b62fe5862106be2 | |
| parent | 56bc1750cc70135fab0c35c83531ed42f7e9fc8b (diff) | |
Include more details in test/README.asciidoc
Define the role and content of each test file.
Further changes to test/README.asciidoc
| -rw-r--r-- | test/README.asciidoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/README.asciidoc b/test/README.asciidoc index 7d15f3bc..cd42f4ae 100644 --- a/test/README.asciidoc +++ b/test/README.asciidoc @@ -47,8 +47,7 @@ and should contain the initial text loaded into the input buffer for editing by the +cmd+ key sequence. +ui-in+ is optional -and should contain the initial json-rpc commands loaded from the UI -at startup to set a specific UI state. +and should contain the json-rpc commands sent by the UI at startup. +out+ is optional and should contain the expected text generated by the +cmd+ key sequence. |
