diff options
| author | Constantine Vetoshev <gepardcv@gmail.com> | 2019-09-27 13:30:38 -0700 |
|---|---|---|
| committer | Constantine Vetoshev <gepardcv@gmail.com> | 2019-09-27 13:30:38 -0700 |
| commit | 6e70b6838893cbc0591340369d363afc026c7a35 (patch) | |
| tree | 07a7256bfe411f7bf79f70b2a32b7db5006cb862 /test | |
| parent | 72dae294ffae0f50aafc81a1a119740981a770fb (diff) | |
Fix whitespace.
Diffstat (limited to 'test')
| -rw-r--r-- | test/test-perspective.el | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/test/test-perspective.el b/test/test-perspective.el index 04fbec5..1114460 100644 --- a/test/test-perspective.el +++ b/test/test-perspective.el @@ -53,20 +53,20 @@ (ert-deftest issue-85-pulling-buffers-into-other-persps () (persp-test-with-persp - (persp-test-with-temp-buffers (A1 A2 B1) - (persp-switch "A") - (select-window (split-window-right)) - (balance-windows) - (switch-to-buffer A1) - (switch-to-buffer A2) - (persp-switch "B") - (select-window (split-window-right)) - (switch-to-buffer B1) - (persp-switch "A") - (persp-switch "B") - (kill-buffer) - (walk-windows - (lambda (w) (should-not + (persp-test-with-temp-buffers (A1 A2 B1) + (persp-switch "A") + (select-window (split-window-right)) + (balance-windows) + (switch-to-buffer A1) + (switch-to-buffer A2) + (persp-switch "B") + (select-window (split-window-right)) + (switch-to-buffer B1) + (persp-switch "A") + (persp-switch "B") + (kill-buffer) + (walk-windows + (lambda (w) (should-not (memq (window-buffer w) (list A1 A2)))))))) ;;; test-perspective.el ends here |
