diff options
| author | Matthew White <mehw.is.me@inventati.org> | 2021-07-07 13:09:27 +0000 |
|---|---|---|
| committer | Matthew White <mehw.is.me@inventati.org> | 2021-10-21 01:27:37 +0200 |
| commit | f89435a1b0e79ba37463a7132f4d8ffaade90b5f (patch) | |
| tree | a834b0d4b3170ac75fd7f203ee2fc6eae2a7ac90 /CHANGELOG.md | |
| parent | 383d9f3c347e81cd9535cc8d75bd806c0f405ef2 (diff) | |
basic-persp-get-scratch-buffer: test *scratch* buffer creation
New ert test that verifies that the created scratch buffer conforms
to the startup scratch buffer.
The scratch buffer should be created with 'initial-scratch-message'
command key descriptions resolved to command names. Also, its mode
should be 'initial-major-mode'. It shouldn't have a modified flag.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c881051..6f5399e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### ERT tests added +- `basic-persp-get-scratch-buffer`: test scratch buffers conformity and creation. - `basic-persp-forget-buffer`: evaluate `persp-forget-buffer`. - `basic-persp-killing-buffers`: test killing buffers, a perspective's last left live buffer should not be killable/removable. - `basic-persp-window-prev-buffers`: evaluate if `window-perv-buffers` gets buffers of other perspectives. |
