File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2023-11-22 Mats Lidell <
[email protected] >
2
+
3
+ * test/demo-tests.el (fast-demo-key-series-dired-other-window): Add test
4
+ from demo key series.
5
+
1
6
2023-11-21 Bob Weiner <
[email protected] >
2
7
3
8
* hui-select.el (hui-select-initialize): Fix to set 'syntax-table-sym'
Original file line number Diff line number Diff line change 3
3
; ; Author: Mats Lidell <[email protected] >
4
4
; ;
5
5
; ; Orig-Date: 30-Jan-21 at 12:00:00
6
- ; ; Last-Mod: 20 -Nov-23 at 02:27:10 by Bob Weiner
6
+ ; ; Last-Mod: 22 -Nov-23 at 23:22:33 by Mats Lidell
7
7
; ;
8
8
; ; SPDX-License-Identifier: GPL-3.0-or-later
9
9
; ;
438
438
(should (print (current-buffer )))))
439
439
(hy-test-helpers:kill-buffer help-buffer))))
440
440
441
+ (ert-deftest fast-demo-key-series-dired-other-window ()
442
+ " Action key on `dired-other-window' brings up Dired in the other window."
443
+ (skip-unless (not noninteractive))
444
+ (with-temp-buffer
445
+ (insert " {M-x dired-other-window RET ${hyperb:dir}/*.el RET}" )
446
+ (goto-char 5 )
447
+ (action-key)
448
+ (hy-test-helpers:consume-input-events)
449
+ (should (equal 'dired-mode major-mode))
450
+ (should (equal hyperb:dir (expand-file-name default-directory)))))
451
+
441
452
(ert-deftest fast-demo-key-series-window-grid-22 ()
442
453
" Action key on window grid key series creates a grid."
443
454
(skip-unless (not noninteractive))
You can’t perform that action at this time.
0 commit comments