1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

; Fix dbus-tests.el formatting

This commit is contained in:
Michael Albinus 2020-10-12 11:41:54 +02:00
parent 2f92177f80
commit 3ec6dcfab8

View file

@ -1118,10 +1118,12 @@ is in progress."
(with-timeout (1 (dbus--test-timeout-handler))
(while (null dbus--test-signal-received)
(read-event nil nil 0.1)))
;; It returns three arguments, interface (a string),
;; It returns three arguments, "interface" (a string),
;; "changed_properties" (an array of dict entries) and
;; "invalidated_properties" (an array of strings).
(should (equal dbus--test-signal-received `(,dbus--test-interface ((,property ("foo"))) ())))
(should
(equal dbus--test-signal-received
`(,dbus--test-interface ((,property ("foo"))) ())))
(should
(equal