DarwinAwardWinner / with-simulated-input

Test your interactive elisp functions non-interactively!
GNU General Public License v3.0
38 stars 4 forks source link

`with-simulated-input` fails when test file is compiled #6

Closed joostkremers closed 3 years ago

joostkremers commented 4 years ago

I just started trying out with-simulated-input in some ERT tests, and I find that if I byte-compile the tests, they fail, but if I load them without byte-compiling, they pass.

The error I get with byte-compiled tests is this:

(wrong-type-argument listp
                         #[nil "\300\207"
                               [t]
                               1])

It's actually the same error every time, regardless of the key sequence I pass to with-simulated-input.

Is this expected behaviour? Or am I doing something wrong?

If you need more info, please let me know.

DarwinAwardWinner commented 4 years ago

This is definitely not intended behavior. Can you answer the following?

joostkremers commented 4 years ago

This is definitely not intended behavior. Can you answer the following?

  • What version of Emacs?
"GNU Emacs 26.3 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.22.30) of 2019-09-16"
  • Do you have a backtrace?

No, not sure how I could generate one with ERT. Will try to find out and post here. (I'm just starting out adding tests to my packages, there's still a lot I don't really understand.)

  • Do you have a link to the code in question?

The tests are here:

https://github.com/joostkremers/ebib/blob/master/test/ebib-test.el

  • Is it run in CI?

No. I just compiled the test file (M-x emacs-lisp-byte-compile-and-load) and then ran the tests (M-x ert RET "ebib" RET). Doing that yields five errors. If I then do M-x eval-buffer and rerun the tests, they pass.

This happens in my normal Emacs, but I've also tried it with emacs-sandbox.sh, and it still happens, so I assume it has nothing to do with my config.

Note, when I run the tests from the shell with cask exec ert-runner, they pass, even if ebib-tests.elc exists. I find that surprising, because AFAIK an .elc file is always preferred over an .el file, but like I said, this is all new to me.

DarwinAwardWinner commented 4 years ago

In the ERT results buffer, you can get a backtrace by hitting b. Here's what I get:

Backtrace for test ‘ebib-citation-with-argument-and-key-and-argument-directives-should-prompt-the-user’:
  signal(wrong-type-argument (listp #f(compiled-function () #<bytecode 0x4146ae8f>)))
  apply(signal (wrong-type-argument (listp #f(compiled-function () #<bytecode 0x4146ae8f>))))
  #f(compiled-function () #<bytecode 0x40e1e2a5>)()
  ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test :name ebib-citation-with-argument-and-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x40e1e2a5>) :most-recent-result #s(ert-test-failed :messages "" :should-forms (((should (equal ... "cf. Abney1987 p. 20")) :form (signal wrong-type-argument (listp #f(compiled-function () #<bytecode 0x4146ae8f>))) :explanation (different-types wrong-type-argument (listp #f(compiled-function () #<bytecode 0x4146ae8f>))))) :condition (wrong-type-argument listp #f(compiled-function () #<bytecode 0x4146ae8f>)) :backtrace ((t signal (wrong-type-argument (listp #f(compiled-function () #<bytecode 0x4146ae8f>))) nil) (t apply (signal (wrong-type-argument ...)) nil) (t #f(compiled-function () #<bytecode 0x40e1e2a5>) nil nil) (t ert--run-test-internal #0 nil) (t ert-run-test (#2) nil) (t ert-run-or-rerun-test (#s(ert--stats :selector t :tests [#2 #s(ert-test :name ebib-citation-with-argument-and-key-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x4145ff43>) :most-recent-result #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-argument-directive-should-accept-spaces-in-args :documentation nil :body #f(compiled-function () #<bytecode 0x424b05cf>) :most-recent-result #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-argument-directive-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x40e07fcd>) :most-recent-result #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-empty-template-should-come-through :documentation nil :body #f(compiled-function () #<bytecode 0x424b1dab>) :most-recent-result #s(ert-test-passed :messages "" :should-forms ...) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x4145e793>) :most-recent-result #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-key-directive-and-surrounding-material-should-get-key-with-the-surrounded-material :documentation nil :body #f(compiled-function () #<bytecode 0x4146ae4f>) :most-recent-result #s(ert-test-passed :messages "" :should-forms ...) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-key-directive-should-catch-the-key :documentation nil :body #f(compiled-function () #<bytecode 0x4125486b>) :most-recent-result #s(ert-test-passed :messages "" :should-forms ...) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-no-directives-in-template-should-come-through :documentation nil :body #f(compiled-function () #<bytecode 0x412548eb>) :most-recent-result #s(ert-test-passed :messages "" :should-forms ...) :expected-result-type :passed :tags nil)] :test-map #<hash-table eql 9/9 0x40c2b581> :test-results [#3 #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) #s(ert-test-passed :messages "" :should-forms ...) #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) #s(ert-test-passed :messages "" :should-forms ...) #s(ert-test-passed :messages "" :should-forms ...) #s(ert-test-passed :messages "" :should-forms ...)] :test-start-times [... ... ... ... ... ... ... ... ...] :test-end-times [... ... ... ... ... ... ... ... ...] :passed-expected 4 :passed-unexpected 0 :failed-expected 0 :failed-unexpected 5 :skipped 0 :start-time ... :end-time ... :aborted-p nil :current-test nil :next-redisplay 1582820861.838208) #2 #f(compiled-function (event-type &rest event-args) #<bytecode 0x40c2b561>)) nil) (t ert-run-tests (t #f(compiled-function (event-type &rest event-args) #<bytecode 0x40c2b561>) t) nil) (t ert (t nil) nil) (t funcall-interactively (ert t nil) nil) (t call-interactively (ert record nil) nil) (t command-execute (ert record) nil) (t execute-extended-command (nil "ert" nil) nil) (t funcall-interactively (execute-extended-command nil "ert" nil) nil) (t call-interactively (execute-extended-command nil nil) nil) (t command-execute (execute-extended-command) nil)) :infos nil) :expected-result-type :passed :tags nil) :result #s(ert-test-failed :messages "" :should-forms (((should (equal (with-simulated-input "cf. RET p. SPC 20 RET" ...) "cf. Abney1987 p. 20")) :form (signal wrong-type-argument (listp #f(compiled-function () #<bytecode 0x4146ae8f>))) :explanation (different-types wrong-type-argument (listp #f(compiled-function () #<bytecode 0x4146ae8f>))))) :condition (wrong-type-argument listp #f(compiled-function () #<bytecode 0x4146ae8f>)) :backtrace ((t signal (wrong-type-argument (listp #f(compiled-function () #<bytecode 0x4146ae8f>))) nil) (t apply (signal (wrong-type-argument (listp #f(compiled-function () #<bytecode 0x4146ae8f>)))) nil) (t #f(compiled-function () #<bytecode 0x40e1e2a5>) nil nil) (t ert--run-test-internal #0 nil) (t ert-run-test (#s(ert-test :name ebib-citation-with-argument-and-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x40e1e2a5>) :most-recent-result #2 :expected-result-type :passed :tags nil)) nil) (t ert-run-or-rerun-test (#s(ert--stats :selector t :tests [#s(ert-test :name ebib-citation-with-argument-and-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x40e1e2a5>) :most-recent-result #2 :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-argument-and-key-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x4145ff43>) :most-recent-result #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-argument-directive-should-accept-spaces-in-args :documentation nil :body #f(compiled-function () #<bytecode 0x424b05cf>) :most-recent-result #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-argument-directive-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x40e07fcd>) :most-recent-result #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-empty-template-should-come-through :documentation nil :body #f(compiled-function () #<bytecode 0x424b1dab>) :most-recent-result #s(ert-test-passed :messages "" :should-forms ...) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x4145e793>) :most-recent-result #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-key-directive-and-surrounding-material-should-get-key-with-the-surrounded-material :documentation nil :body #f(compiled-function () #<bytecode 0x4146ae4f>) :most-recent-result #s(ert-test-passed :messages "" :should-forms ...) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-key-directive-should-catch-the-key :documentation nil :body #f(compiled-function () #<bytecode 0x4125486b>) :most-recent-result #s(ert-test-passed :messages "" :should-forms ...) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-no-directives-in-template-should-come-through :documentation nil :body #f(compiled-function () #<bytecode 0x412548eb>) :most-recent-result #s(ert-test-passed :messages "" :should-forms ...) :expected-result-type :passed :tags nil)] :test-map #<hash-table eql 9/9 0x40c2b581> :test-results [#2 #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) #s(ert-test-passed :messages "" :should-forms ...) #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) #s(ert-test-passed :messages "" :should-forms ...) #s(ert-test-passed :messages "" :should-forms ...) #s(ert-test-passed :messages "" :should-forms ...)] :test-start-times [... ... ... ... ... ... ... ... ...] :test-end-times [... ... ... ... ... ... ... ... ...] :passed-expected 4 :passed-unexpected 0 :failed-expected 0 :failed-unexpected 5 :skipped 0 :start-time (24151 60925 711442 0) :end-time (24151 60925 721914 0) :aborted-p nil :current-test nil :next-redisplay 1582820861.838208) #s(ert-test :name ebib-citation-with-argument-and-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x40e1e2a5>) :most-recent-result #2 :expected-result-type :passed :tags nil) #f(compiled-function (event-type &rest event-args) #<bytecode 0x40c2b561>)) nil) (t ert-run-tests (t #f(compiled-function (event-type &rest event-args) #<bytecode 0x40c2b561>) t) nil) (t ert (t nil) nil) (t funcall-interactively (ert t nil) nil) (t call-interactively (ert record nil) nil) (t command-execute (ert record) nil) (t execute-extended-command (nil "ert" nil) nil) (t funcall-interactively (execute-extended-command nil "ert" nil) nil) (t call-interactively (execute-extended-command nil nil) nil) (t command-execute (execute-extended-command) nil)) :infos nil) :exit-continuation #f(compiled-function () #<bytecode 0x4145fb6b>) :next-debugger debug :ert-debug-on-error nil))
  ert-run-test(#s(ert-test :name ebib-citation-with-argument-and-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x40e1e2a5>) :most-recent-result #s(ert-test-failed :messages "" :should-forms (((should (equal (with-simulated-input "cf. RET p. SPC 20 RET" ...) "cf. Abney1987 p. 20")) :form (signal wrong-type-argument (listp #f(compiled-function () #<bytecode 0x4146ae8f>))) :explanation (different-types wrong-type-argument (listp #f(compiled-function () #<bytecode 0x4146ae8f>))))) :condition (wrong-type-argument listp #f(compiled-function () #<bytecode 0x4146ae8f>)) :backtrace ((t signal (wrong-type-argument (listp #f(compiled-function () #<bytecode 0x4146ae8f>))) nil) (t apply (signal (wrong-type-argument (listp #f(compiled-function () #<bytecode 0x4146ae8f>)))) nil) (t #f(compiled-function () #<bytecode 0x40e1e2a5>) nil nil) (t ert--run-test-internal (#s(ert--test-execution-info :test #1 :result #2 :exit-continuation #f(compiled-function () #<bytecode 0x4145fb6b>) :next-debugger debug :ert-debug-on-error nil)) nil) (t ert-run-test #0 nil) (t ert-run-or-rerun-test (#s(ert--stats :selector t :tests [#1 #s(ert-test :name ebib-citation-with-argument-and-key-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x4145ff43>) :most-recent-result #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-argument-directive-should-accept-spaces-in-args :documentation nil :body #f(compiled-function () #<bytecode 0x424b05cf>) :most-recent-result #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-argument-directive-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x40e07fcd>) :most-recent-result #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-empty-template-should-come-through :documentation nil :body #f(compiled-function () #<bytecode 0x424b1dab>) :most-recent-result #s(ert-test-passed :messages "" :should-forms ...) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x4145e793>) :most-recent-result #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-key-directive-and-surrounding-material-should-get-key-with-the-surrounded-material :documentation nil :body #f(compiled-function () #<bytecode 0x4146ae4f>) :most-recent-result #s(ert-test-passed :messages "" :should-forms ...) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-key-directive-should-catch-the-key :documentation nil :body #f(compiled-function () #<bytecode 0x4125486b>) :most-recent-result #s(ert-test-passed :messages "" :should-forms ...) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-no-directives-in-template-should-come-through :documentation nil :body #f(compiled-function () #<bytecode 0x412548eb>) :most-recent-result #s(ert-test-passed :messages "" :should-forms ...) :expected-result-type :passed :tags nil)] :test-map #<hash-table eql 9/9 0x40c2b581> :test-results [#2 #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) #s(ert-test-passed :messages "" :should-forms ...) #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) #s(ert-test-passed :messages "" :should-forms ...) #s(ert-test-passed :messages "" :should-forms ...) #s(ert-test-passed :messages "" :should-forms ...)] :test-start-times [... ... ... ... ... ... ... ... ...] :test-end-times [... ... ... ... ... ... ... ... ...] :passed-expected 4 :passed-unexpected 0 :failed-expected 0 :failed-unexpected 5 :skipped 0 :start-time (24151 60925 711442 0) :end-time (24151 60925 721914 0) :aborted-p nil :current-test nil :next-redisplay 1582820861.838208) #1 #f(compiled-function (event-type &rest event-args) #<bytecode 0x40c2b561>)) nil) (t ert-run-tests (t #f(compiled-function (event-type &rest event-args) #<bytecode 0x40c2b561>) t) nil) (t ert (t nil) nil) (t funcall-interactively (ert t nil) nil) (t call-interactively (ert record nil) nil) (t command-execute (ert record) nil) (t execute-extended-command (nil "ert" nil) nil) (t funcall-interactively (execute-extended-command nil "ert" nil) nil) (t call-interactively (execute-extended-command nil nil) nil) (t command-execute (execute-extended-command) nil)) :infos nil) :expected-result-type :passed :tags nil))
  ert-run-or-rerun-test(#s(ert--stats :selector t :tests [#s(ert-test :name ebib-citation-with-argument-and-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x40e1e2a5>) :most-recent-result #s(ert-test-failed :messages "" :should-forms (((should ...) :form (signal wrong-type-argument ...) :explanation (different-types wrong-type-argument ...))) :condition (wrong-type-argument listp #f(compiled-function () #<bytecode 0x4146ae8f>)) :backtrace ((t signal (wrong-type-argument ...) nil) (t apply (signal ...) nil) (t #f(compiled-function () #<bytecode 0x40e1e2a5>) nil nil) (t ert--run-test-internal (#s(ert--test-execution-info :test #3 :result #4 :exit-continuation #f(compiled-function () #<bytecode 0x4145fb6b>) :next-debugger debug :ert-debug-on-error nil)) nil) (t ert-run-test (#3) nil) (t ert-run-or-rerun-test #0 nil) (t ert-run-tests (t #f(compiled-function (event-type &rest event-args) #<bytecode 0x40c2b561>) t) nil) (t ert (t nil) nil) (t funcall-interactively (ert t nil) nil) (t call-interactively (ert record nil) nil) (t command-execute (ert record) nil) (t execute-extended-command (nil "ert" nil) nil) (t funcall-interactively (execute-extended-command nil "ert" nil) nil) (t call-interactively (execute-extended-command nil nil) nil) (t command-execute (execute-extended-command) nil)) :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-argument-and-key-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x4145ff43>) :most-recent-result #s(ert-test-failed :messages "" :should-forms (((should ...) :form (signal wrong-type-argument ...) :explanation (different-types wrong-type-argument ...))) :condition (wrong-type-argument listp #f(compiled-function () #<bytecode 0x4145e70f>)) :backtrace ((t signal (wrong-type-argument ...) nil) (t apply (signal ...) nil) (t #f(compiled-function () #<bytecode 0x4145ff43>) nil nil) (t ert--run-test-internal (#s(ert--test-execution-info :test #3 :result #4 :exit-continuation #f(compiled-function () #<bytecode 0x4145fb6b>) :next-debugger debug :ert-debug-on-error nil)) nil) (t ert-run-test (#3) nil) (t ert-run-or-rerun-test (#1 #3 #f(compiled-function (event-type &rest event-args) #<bytecode 0x40c2b561>)) nil) (t ert-run-tests (t #f(compiled-function (event-type &rest event-args) #<bytecode 0x40c2b561>) t) nil) (t ert (t nil) nil) (t funcall-interactively (ert t nil) nil) (t call-interactively (ert record nil) nil) (t command-execute (ert record) nil) (t execute-extended-command (nil "ert" nil) nil) (t funcall-interactively (execute-extended-command nil "ert" nil) nil) (t call-interactively (execute-extended-command nil nil) nil) (t command-execute (execute-extended-command) nil)) :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-argument-directive-should-accept-spaces-in-args :documentation nil :body #f(compiled-function () #<bytecode 0x424b05cf>) :most-recent-result #s(ert-test-failed :messages "" :should-forms (((should ...) :form (signal wrong-type-argument ...) :explanation (different-types wrong-type-argument ...))) :condition (wrong-type-argument listp #f(compiled-function () #<bytecode 0x424aedcb>)) :backtrace ((t signal (wrong-type-argument ...) nil) (t apply (signal ...) nil) (t #f(compiled-function () #<bytecode 0x424b05cf>) nil nil) (t ert--run-test-internal (#s(ert--test-execution-info :test #3 :result #4 :exit-continuation #f(compiled-function () #<bytecode 0x4145fb6b>) :next-debugger debug :ert-debug-on-error nil)) nil) (t ert-run-test (#3) nil) (t ert-run-or-rerun-test (#1 #3 #f(compiled-function (event-type &rest event-args) #<bytecode 0x40c2b561>)) nil) (t ert-run-tests (t #f(compiled-function (event-type &rest event-args) #<bytecode 0x40c2b561>) t) nil) (t ert (t nil) nil) (t funcall-interactively (ert t nil) nil) (t call-interactively (ert record nil) nil) (t command-execute (ert record) nil) (t execute-extended-command (nil "ert" nil) nil) (t funcall-interactively (execute-extended-command nil "ert" nil) nil) (t call-interactively (execute-extended-command nil nil) nil) (t command-execute (execute-extended-command) nil)) :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-argument-directive-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x40e07fcd>) :most-recent-result #s(ert-test-failed :messages "" :should-forms (((should ...) :form (signal wrong-type-argument ...) :explanation (different-types wrong-type-argument ...))) :condition (wrong-type-argument listp #f(compiled-function () #<bytecode 0x4146ae0f>)) :backtrace ((t signal (wrong-type-argument ...) nil) (t apply (signal ...) nil) (t #f(compiled-function () #<bytecode 0x40e07fcd>) nil nil) (t ert--run-test-internal (#s(ert--test-execution-info :test #3 :result #4 :exit-continuation #f(compiled-function () #<bytecode 0x4145fb6b>) :next-debugger debug :ert-debug-on-error nil)) nil) (t ert-run-test (#3) nil) (t ert-run-or-rerun-test (#1 #3 #f(compiled-function (event-type &rest event-args) #<bytecode 0x40c2b561>)) nil) (t ert-run-tests (t #f(compiled-function (event-type &rest event-args) #<bytecode 0x40c2b561>) t) nil) (t ert (t nil) nil) (t funcall-interactively (ert t nil) nil) (t call-interactively (ert record nil) nil) (t command-execute (ert record) nil) (t execute-extended-command (nil "ert" nil) nil) (t funcall-interactively (execute-extended-command nil "ert" nil) nil) (t call-interactively (execute-extended-command nil nil) nil) (t command-execute (execute-extended-command) nil)) :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-empty-template-should-come-through :documentation nil :body #f(compiled-function () #<bytecode 0x424b1dab>) :most-recent-result #s(ert-test-passed :messages "" :should-forms (((should ...) :form (equal "" "") :value t :explanation nil))) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x4145e793>) :most-recent-result #s(ert-test-failed :messages "" :should-forms (((should ...) :form (signal wrong-type-argument ...) :explanation (different-types wrong-type-argument ...))) :condition (wrong-type-argument listp #f(compiled-function () #<bytecode 0x424b0d57>)) :backtrace ((t signal (wrong-type-argument ...) nil) (t apply (signal ...) nil) (t #f(compiled-function () #<bytecode 0x4145e793>) nil nil) (t ert--run-test-internal (#s(ert--test-execution-info :test #3 :result #4 :exit-continuation #f(compiled-function () #<bytecode 0x4145fb6b>) :next-debugger debug :ert-debug-on-error nil)) nil) (t ert-run-test (#3) nil) (t ert-run-or-rerun-test (#1 #3 #f(compiled-function (event-type &rest event-args) #<bytecode 0x40c2b561>)) nil) (t ert-run-tests (t #f(compiled-function (event-type &rest event-args) #<bytecode 0x40c2b561>) t) nil) (t ert (t nil) nil) (t funcall-interactively (ert t nil) nil) (t call-interactively (ert record nil) nil) (t command-execute (ert record) nil) (t execute-extended-command (nil "ert" nil) nil) (t funcall-interactively (execute-extended-command nil "ert" nil) nil) (t call-interactively (execute-extended-command nil nil) nil) (t command-execute (execute-extended-command) nil)) :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-key-directive-and-surrounding-material-should-get-key-with-the-surrounded-material :documentation nil :body #f(compiled-function () #<bytecode 0x4146ae4f>) :most-recent-result #s(ert-test-passed :messages "" :should-forms (((should ...) :form (equal "before Abney1987 after" "before Abney1987 after") :value t :explanation nil))) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-key-directive-should-catch-the-key :documentation nil :body #f(compiled-function () #<bytecode 0x4125486b>) :most-recent-result #s(ert-test-passed :messages "" :should-forms (((should ...) :form (equal "Abney1987" "Abney1987") :value t :explanation nil))) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-no-directives-in-template-should-come-through :documentation nil :body #f(compiled-function () #<bytecode 0x412548eb>) :most-recent-result #s(ert-test-passed :messages "" :should-forms (((should ...) :form (equal "nodirectiveshere" "nodirectiveshere") :value t :explanation nil))) :expected-result-type :passed :tags nil)] :test-map #<hash-table eql 9/9 0x40c2b581> :test-results [#s(ert-test-failed :messages "" :should-forms (((should (equal ... "cf. Abney1987 p. 20")) :form (signal wrong-type-argument (listp #f(compiled-function () #<bytecode 0x4146ae8f>))) :explanation (different-types wrong-type-argument (listp #f(compiled-function () #<bytecode 0x4146ae8f>))))) :condition (wrong-type-argument listp #f(compiled-function () #<bytecode 0x4146ae8f>)) :backtrace ((t signal (wrong-type-argument (listp #f(compiled-function () #<bytecode 0x4146ae8f>))) nil) (t apply (signal (wrong-type-argument ...)) nil) (t #f(compiled-function () #<bytecode 0x40e1e2a5>) nil nil) (t ert--run-test-internal (#s(ert--test-execution-info :test #s(ert-test :name ebib-citation-with-argument-and-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x40e1e2a5>) :most-recent-result #3 :expected-result-type :passed :tags nil) :result #3 :exit-continuation #f(compiled-function () #<bytecode 0x4145fb6b>) :next-debugger debug :ert-debug-on-error nil)) nil) (t ert-run-test (#s(ert-test :name ebib-citation-with-argument-and-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x40e1e2a5>) :most-recent-result #3 :expected-result-type :passed :tags nil)) nil) (t ert-run-or-rerun-test #0 nil) (t ert-run-tests (t #f(compiled-function (event-type &rest event-args) #<bytecode 0x40c2b561>) t) nil) (t ert (t nil) nil) (t funcall-interactively (ert t nil) nil) (t call-interactively (ert record nil) nil) (t command-execute (ert record) nil) (t execute-extended-command (nil "ert" nil) nil) (t funcall-interactively (execute-extended-command nil "ert" nil) nil) (t call-interactively (execute-extended-command nil nil) nil) (t command-execute (execute-extended-command) nil)) :infos nil) #s(ert-test-failed :messages "" :should-forms (((should (equal ... "cf. Abney1987")) :form (signal wrong-type-argument (listp #f(compiled-function () #<bytecode 0x4145e70f>))) :explanation (different-types wrong-type-argument (listp #f(compiled-function () #<bytecode 0x4145e70f>))))) :condition (wrong-type-argument listp #f(compiled-function () #<bytecode 0x4145e70f>)) :backtrace ((t signal (wrong-type-argument (listp #f(compiled-function () #<bytecode 0x4145e70f>))) nil) (t apply (signal (wrong-type-argument ...)) nil) (t #f(compiled-function () #<bytecode 0x4145ff43>) nil nil) (t ert--run-test-internal (#s(ert--test-execution-info :test #s(ert-test :name ebib-citation-with-argument-and-key-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x4145ff43>) :most-recent-result #3 :expected-result-type :passed :tags nil) :result #3 :exit-continuation #f(compiled-function () #<bytecode 0x4145fb6b>) :next-debugger debug :ert-debug-on-error nil)) nil) (t ert-run-test (#s(ert-test :name ebib-citation-with-argument-and-key-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x4145ff43>) :most-recent-result #3 :expected-result-type :passed :tags nil)) nil) (t ert-run-or-rerun-test (#1 #s(ert-test :name ebib-citation-with-argument-and-key-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x4145ff43>) :most-recent-result #3 :expected-result-type :passed :tags nil) #f(compiled-function (event-type &rest event-args) #<bytecode 0x40c2b561>)) nil) (t ert-run-tests (t #f(compiled-function (event-type &rest event-args) #<bytecode 0x40c2b561>) t) nil) (t ert (t nil) nil) (t funcall-interactively (ert t nil) nil) (t call-interactively (ert record nil) nil) (t command-execute (ert record) nil) (t execute-extended-command (nil "ert" nil) nil) (t funcall-interactively (execute-extended-command nil "ert" nil) nil) (t call-interactively (execute-extended-command nil nil) nil) (t command-execute (execute-extended-command) nil)) :infos nil) #s(ert-test-failed :messages "" :should-forms (((should (equal ... "cf. also")) :form (signal wrong-type-argument (listp #f(compiled-function () #<bytecode 0x424aedcb>))) :explanation (different-types wrong-type-argument (listp #f(compiled-function () #<bytecode 0x424aedcb>))))) :condition (wrong-type-argument listp #f(compiled-function () #<bytecode 0x424aedcb>)) :backtrace ((t signal (wrong-type-argument (listp #f(compiled-function () #<bytecode 0x424aedcb>))) nil) (t apply (signal (wrong-type-argument ...)) nil) (t #f(compiled-function () #<bytecode 0x424b05cf>) nil nil) (t ert--run-test-internal (#s(ert--test-execution-info :test #s(ert-test :name ebib-citation-with-argument-directive-should-accept-spaces-in-args :documentation nil :body #f(compiled-function () #<bytecode 0x424b05cf>) :most-recent-result #3 :expected-result-type :passed :tags nil) :result #3 :exit-continuation #f(compiled-function () #<bytecode 0x4145fb6b>) :next-debugger debug :ert-debug-on-error nil)) nil) (t ert-run-test (#s(ert-test :name ebib-citation-with-argument-directive-should-accept-spaces-in-args :documentation nil :body #f(compiled-function () #<bytecode 0x424b05cf>) :most-recent-result #3 :expected-result-type :passed :tags nil)) nil) (t ert-run-or-rerun-test (#1 #s(ert-test :name ebib-citation-with-argument-directive-should-accept-spaces-in-args :documentation nil :body #f(compiled-function () #<bytecode 0x424b05cf>) :most-recent-result #3 :expected-result-type :passed :tags nil) #f(compiled-function (event-type &rest event-args) #<bytecode 0x40c2b561>)) nil) (t ert-run-tests (t #f(compiled-function (event-type &rest event-args) #<bytecode 0x40c2b561>) t) nil) (t ert (t nil) nil) (t funcall-interactively (ert t nil) nil) (t call-interactively (ert record nil) nil) (t command-execute (ert record) nil) (t execute-extended-command (nil "ert" nil) nil) (t funcall-interactively (execute-extended-command nil "ert" nil) nil) (t call-interactively (execute-extended-command nil nil) nil) (t command-execute (execute-extended-command) nil)) :infos nil) #s(ert-test-failed :messages "" :should-forms (((should (equal ... "cf.")) :form (signal wrong-type-argument (listp #f(compiled-function () #<bytecode 0x4146ae0f>))) :explanation (different-types wrong-type-argument (listp #f(compiled-function () #<bytecode 0x4146ae0f>))))) :condition (wrong-type-argument listp #f(compiled-function () #<bytecode 0x4146ae0f>)) :backtrace ((t signal (wrong-type-argument (listp #f(compiled-function () #<bytecode 0x4146ae0f>))) nil) (t apply (signal (wrong-type-argument ...)) nil) (t #f(compiled-function () #<bytecode 0x40e07fcd>) nil nil) (t ert--run-test-internal (#s(ert--test-execution-info :test #s(ert-test :name ebib-citation-with-argument-directive-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x40e07fcd>) :most-recent-result #3 :expected-result-type :passed :tags nil) :result #3 :exit-continuation #f(compiled-function () #<bytecode 0x4145fb6b>) :next-debugger debug :ert-debug-on-error nil)) nil) (t ert-run-test (#s(ert-test :name ebib-citation-with-argument-directive-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x40e07fcd>) :most-recent-result #3 :expected-result-type :passed :tags nil)) nil) (t ert-run-or-rerun-test (#1 #s(ert-test :name ebib-citation-with-argument-directive-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x40e07fcd>) :most-recent-result #3 :expected-result-type :passed :tags nil) #f(compiled-function (event-type &rest event-args) #<bytecode 0x40c2b561>)) nil) (t ert-run-tests (t #f(compiled-function (event-type &rest event-args) #<bytecode 0x40c2b561>) t) nil) (t ert (t nil) nil) (t funcall-interactively (ert t nil) nil) (t call-interactively (ert record nil) nil) (t command-execute (ert record) nil) (t execute-extended-command (nil "ert" nil) nil) (t funcall-interactively (execute-extended-command nil "ert" nil) nil) (t call-interactively (execute-extended-command nil nil) nil) (t command-execute (execute-extended-command) nil)) :infos nil) #s(ert-test-passed :messages "" :should-forms (((should (equal ... "")) :form (equal "" "") :value t :explanation nil))) #s(ert-test-failed :messages "" :should-forms (((should (equal ... "Abney1987 p. 20")) :form (signal wrong-type-argument (listp #f(compiled-function () #<bytecode 0x424b0d57>))) :explanation (different-types wrong-type-argument (listp #f(compiled-function () #<bytecode 0x424b0d57>))))) :condition (wrong-type-argument listp #f(compiled-function () #<bytecode 0x424b0d57>)) :backtrace ((t signal (wrong-type-argument (listp #f(compiled-function () #<bytecode 0x424b0d57>))) nil) (t apply (signal (wrong-type-argument ...)) nil) (t #f(compiled-function () #<bytecode 0x4145e793>) nil nil) (t ert--run-test-internal (#s(ert--test-execution-info :test #s(ert-test :name ebib-citation-with-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x4145e793>) :most-recent-result #3 :expected-result-type :passed :tags nil) :result #3 :exit-continuation #f(compiled-function () #<bytecode 0x4145fb6b>) :next-debugger debug :ert-debug-on-error nil)) nil) (t ert-run-test (#s(ert-test :name ebib-citation-with-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x4145e793>) :most-recent-result #3 :expected-result-type :passed :tags nil)) nil) (t ert-run-or-rerun-test (#1 #s(ert-test :name ebib-citation-with-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x4145e793>) :most-recent-result #3 :expected-result-type :passed :tags nil) #f(compiled-function (event-type &rest event-args) #<bytecode 0x40c2b561>)) nil) (t ert-run-tests (t #f(compiled-function (event-type &rest event-args) #<bytecode 0x40c2b561>) t) nil) (t ert (t nil) nil) (t funcall-interactively (ert t nil) nil) (t call-interactively (ert record nil) nil) (t command-execute (ert record) nil) (t execute-extended-command (nil "ert" nil) nil) (t funcall-interactively (execute-extended-command nil "ert" nil) nil) (t call-interactively (execute-extended-command nil nil) nil) (t command-execute (execute-extended-command) nil)) :infos nil) #s(ert-test-passed :messages "" :should-forms (((should (equal ... "before Abney1987 after")) :form (equal "before Abney1987 after" "before Abney1987 after") :value t :explanation nil))) #s(ert-test-passed :messages "" :should-forms (((should (equal ... "Abney1987")) :form (equal "Abney1987" "Abney1987") :value t :explanation nil))) #s(ert-test-passed :messages "" :should-forms (((should (equal ... "nodirectiveshere")) :form (equal "nodirectiveshere" "nodirectiveshere") :value t :explanation nil)))] :test-start-times [(24151 60925 718084 0) (24151 60925 718864 0) (24151 60925 719591 0) (24151 60925 720380 0) (24151 60925 720972 0) (24151 60925 721079 0) (24151 60925 721637 0) (24151 60925 721743 0) (24151 60925 721834 0)] :test-end-times [(24151 60925 718197 0) (24151 60925 718960 0) (24151 60925 719697 0) (24151 60925 720482 0) (24151 60925 721063 0) (24151 60925 721157 0) (24151 60925 721725 0) (24151 60925 721817 0) (24151 60925 721904 0)] :passed-expected 4 :passed-unexpected 0 :failed-expected 0 :failed-unexpected 5 :skipped 0 :start-time (24151 60925 711442 0) :end-time (24151 60925 721914 0) :aborted-p nil :current-test nil :next-redisplay 1582820861.838208) #s(ert-test :name ebib-citation-with-argument-and-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x40e1e2a5>) :most-recent-result #s(ert-test-failed :messages "" :should-forms (((should (equal (with-simulated-input "cf. RET p. SPC 20 RET" ...) "cf. Abney1987 p. 20")) :form (signal wrong-type-argument (listp #f(compiled-function () #<bytecode 0x4146ae8f>))) :explanation (different-types wrong-type-argument (listp #f(compiled-function () #<bytecode 0x4146ae8f>))))) :condition (wrong-type-argument listp #f(compiled-function () #<bytecode 0x4146ae8f>)) :backtrace ((t signal (wrong-type-argument (listp #f(compiled-function () #<bytecode 0x4146ae8f>))) nil) (t apply (signal (wrong-type-argument (listp #f(compiled-function () #<bytecode 0x4146ae8f>)))) nil) (t #f(compiled-function () #<bytecode 0x40e1e2a5>) nil nil) (t ert--run-test-internal (#s(ert--test-execution-info :test #2 :result #3 :exit-continuation #f(compiled-function () #<bytecode 0x4145fb6b>) :next-debugger debug :ert-debug-on-error nil)) nil) (t ert-run-test (#2) nil) (t ert-run-or-rerun-test #0 nil) (t ert-run-tests (t #f(compiled-function (event-type &rest event-args) #<bytecode 0x40c2b561>) t) nil) (t ert (t nil) nil) (t funcall-interactively (ert t nil) nil) (t call-interactively (ert record nil) nil) (t command-execute (ert record) nil) (t execute-extended-command (nil "ert" nil) nil) (t funcall-interactively (execute-extended-command nil "ert" nil) nil) (t call-interactively (execute-extended-command nil nil) nil) (t command-execute (execute-extended-command) nil)) :infos nil) :expected-result-type :passed :tags nil) #f(compiled-function (event-type &rest event-args) #<bytecode 0x40c2b561>))
  ert-run-tests(t #f(compiled-function (event-type &rest event-args) #<bytecode 0x40c2b561>) t)
  ert(t nil)
  funcall-interactively(ert t nil)
  call-interactively(ert record nil)
  command-execute(ert record)
  execute-extended-command(nil "ert" nil)
  funcall-interactively(execute-extended-command nil "ert" nil)
  call-interactively(execute-extended-command nil nil)
  command-execute(execute-extended-command)
joostkremers commented 4 years ago

The backtrace for the first test in the file linked above:

Backtrace for test ‘ebib-citation-with-argument-and-key-and-argument-directives-should-prompt-the-user’:
  signal(wrong-type-argument (listp #f(compiled-function () #<bytecode 0x249e389>)))
  apply(signal (wrong-type-argument (listp #f(compiled-function () #<bytecode 0x249e389>))))
  #f(compiled-function () #<bytecode 0x23e9ff9>)()
  ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test :name ebib-citation-with-argument-and-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x23e9ff9>) :most-recent-result #s(ert-test-failed :messages "" :should-forms (((should (equal ... "cf. Abney1987 p. 20")) :form (signal wrong-type-argument (listp #f(compiled-function () #<bytecode 0x249e389>))) :explanation (different-types wrong-type-argument (listp #f(compiled-function () #<bytecode 0x249e389>))))) :condition (wrong-type-argument listp #f(compiled-function () #<bytecode 0x249e389>)) :backtrace ((t signal (wrong-type-argument (listp #f(compiled-function () #<bytecode 0x249e389>))) nil) (t apply (signal (wrong-type-argument ...)) nil) (t #f(compiled-function () #<bytecode 0x23e9ff9>) nil nil) (t ert--run-test-internal #0 nil) (t ert-run-test (#2) nil) (t ert-run-or-rerun-test (#s(ert--stats :selector "ebib" :tests [#2 #s(ert-test :name ebib-citation-with-argument-and-key-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x249e37d>) :most-recent-result #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-argument-directive-should-accept-spaces-in-args :documentation nil :body #f(compiled-function () #<bytecode 0x25d4d25>) :most-recent-result #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-argument-directive-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x25d4c21>) :most-recent-result #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-empty-template-should-come-through :documentation nil :body #f(compiled-function () #<bytecode 0x30d5675>) :most-recent-result #s(ert-test-passed :messages "" :should-forms ...) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x25d4e29>) :most-recent-result #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-key-directive-and-surrounding-material-should-get-key-with-the-surrounded-material :documentation nil :body #f(compiled-function () #<bytecode 0x25d4b1d>) :most-recent-result #s(ert-test-passed :messages "" :should-forms ...) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-key-directive-should-catch-the-key :documentation nil :body #f(compiled-function () #<bytecode 0x30d56ed>) :most-recent-result #s(ert-test-passed :messages "" :should-forms ...) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-no-directives-in-template-should-come-through :documentation nil :body #f(compiled-function () #<bytecode 0x30d56d5>) :most-recent-result #s(ert-test-passed :messages "" :should-forms ...) :expected-result-type :passed :tags nil)] :test-map #<hash-table eql 9/9 0x26859d5> :test-results [#3 #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) #s(ert-test-passed :messages "" :should-forms ...) #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) #s(ert-test-passed :messages "" :should-forms ...) #s(ert-test-passed :messages "" :should-forms ...) #s(ert-test-passed :messages "" :should-forms ...)] :test-start-times [... ... ... ... ... ... ... ... ...] :test-end-times [... ... ... ... ... ... ... ... ...] :passed-expected 4 :passed-unexpected 0 :failed-expected 0 :failed-unexpected 5 :skipped 0 :start-time ... :end-time ... :aborted-p nil :current-test nil :next-redisplay 1582820811.6087005) #2 #f(compiled-function (event-type &rest event-args) #<bytecode 0x46098dd>)) nil) (t ert-run-tests ("ebib" #f(compiled-function (event-type &rest event-args) #<bytecode 0x46098dd>) t) nil) (t ert ("ebib" nil) nil) (t funcall-interactively (ert "ebib" nil) nil) (t call-interactively (ert record nil) nil) (t command-execute (ert record) nil) (t execute-extended-command (nil "ert" #("ert\nflycheck-next-error\ngnus-summary-recenter\ncounsel-switch-buffer-other-window\ner/mark-python-block-and-decorator\nibuffer-update\ngnus-summary-catchup-from-here\nmu4e-hide-other-mu4e-buffers\narticle-normalize-headers\nswiper-recenter-top-bottom" 3 4 (read-only nil) 4 18 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 18 20 (face (ivy-current-match ivy-minibuffer-match-face-2) mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 20 23 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 23 24 (read-only nil) 24 43 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 43 45 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 45 46 (read-only nil) 46 65 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 65 67 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 67 71 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 71 73 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 73 80 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 80 81 (read-only nil) 81 83 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 83 115 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 115 116 (read-only nil) 116 121 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 121 123 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 123 130 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 130 131 (read-only nil) 131 158 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 158 160 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 160 161 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 161 162 (read-only nil) 162 175 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 175 177 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 177 187 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 187 189 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 189 190 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 190 191 (read-only nil) 191 213 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 213 215 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 215 216 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 216 217 (read-only nil) 217 221 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 221 223 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 223 230 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 230 232 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 232 243 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil))) nil) (t funcall-interactively (execute-extended-command nil "ert" #("ert\nflycheck-next-error\ngnus-summary-recenter\ncounsel-switch-buffer-other-window\ner/mark-python-block-and-decorator\nibuffer-update\ngnus-summary-catchup-from-here\nmu4e-hide-other-mu4e-buffers\narticle-normalize-headers\nswiper-recenter-top-bottom" 3 4 (read-only nil) 4 18 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 18 20 (face (ivy-current-match ivy-minibuffer-match-face-2) mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 20 23 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 23 24 (read-only nil) 24 43 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 43 45 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 45 46 (read-only nil) 46 65 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 65 67 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 67 71 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 71 73 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 73 80 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 80 81 (read-only nil) 81 83 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 83 115 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 115 116 (read-only nil) 116 121 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 121 123 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 123 130 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 130 131 (read-only nil) 131 158 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 158 160 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 160 161 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 161 162 (read-only nil) 162 175 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 175 177 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 177 187 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 187 189 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 189 190 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 190 191 (read-only nil) 191 213 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 213 215 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 215 216 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 216 217 (read-only nil) 217 221 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 221 223 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 223 230 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 230 232 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 232 243 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil))) nil) (t call-interactively (execute-extended-command nil nil) nil) (t command-execute (execute-extended-command) nil)) :infos nil) :expected-result-type :passed :tags nil) :result #s(ert-test-failed :messages "" :should-forms (((should (equal (with-simulated-input "cf. RET p. SPC 20 RET" ...) "cf. Abney1987 p. 20")) :form (signal wrong-type-argument (listp #f(compiled-function () #<bytecode 0x249e389>))) :explanation (different-types wrong-type-argument (listp #f(compiled-function () #<bytecode 0x249e389>))))) :condition (wrong-type-argument listp #f(compiled-function () #<bytecode 0x249e389>)) :backtrace ((t signal (wrong-type-argument (listp #f(compiled-function () #<bytecode 0x249e389>))) nil) (t apply (signal (wrong-type-argument (listp #f(compiled-function () #<bytecode 0x249e389>)))) nil) (t #f(compiled-function () #<bytecode 0x23e9ff9>) nil nil) (t ert--run-test-internal #0 nil) (t ert-run-test (#s(ert-test :name ebib-citation-with-argument-and-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x23e9ff9>) :most-recent-result #2 :expected-result-type :passed :tags nil)) nil) (t ert-run-or-rerun-test (#s(ert--stats :selector "ebib" :tests [#s(ert-test :name ebib-citation-with-argument-and-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x23e9ff9>) :most-recent-result #2 :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-argument-and-key-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x249e37d>) :most-recent-result #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-argument-directive-should-accept-spaces-in-args :documentation nil :body #f(compiled-function () #<bytecode 0x25d4d25>) :most-recent-result #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-argument-directive-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x25d4c21>) :most-recent-result #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-empty-template-should-come-through :documentation nil :body #f(compiled-function () #<bytecode 0x30d5675>) :most-recent-result #s(ert-test-passed :messages "" :should-forms ...) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x25d4e29>) :most-recent-result #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-key-directive-and-surrounding-material-should-get-key-with-the-surrounded-material :documentation nil :body #f(compiled-function () #<bytecode 0x25d4b1d>) :most-recent-result #s(ert-test-passed :messages "" :should-forms ...) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-key-directive-should-catch-the-key :documentation nil :body #f(compiled-function () #<bytecode 0x30d56ed>) :most-recent-result #s(ert-test-passed :messages "" :should-forms ...) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-no-directives-in-template-should-come-through :documentation nil :body #f(compiled-function () #<bytecode 0x30d56d5>) :most-recent-result #s(ert-test-passed :messages "" :should-forms ...) :expected-result-type :passed :tags nil)] :test-map #<hash-table eql 9/9 0x26859d5> :test-results [#2 #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) #s(ert-test-passed :messages "" :should-forms ...) #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) #s(ert-test-passed :messages "" :should-forms ...) #s(ert-test-passed :messages "" :should-forms ...) #s(ert-test-passed :messages "" :should-forms ...)] :test-start-times [... ... ... ... ... ... ... ... ...] :test-end-times [... ... ... ... ... ... ... ... ...] :passed-expected 4 :passed-unexpected 0 :failed-expected 0 :failed-unexpected 5 :skipped 0 :start-time (24151 60875 338338 101000) :end-time (24151 60875 493241 964000) :aborted-p nil :current-test nil :next-redisplay 1582820811.6087005) #s(ert-test :name ebib-citation-with-argument-and-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x23e9ff9>) :most-recent-result #2 :expected-result-type :passed :tags nil) #f(compiled-function (event-type &rest event-args) #<bytecode 0x46098dd>)) nil) (t ert-run-tests ("ebib" #f(compiled-function (event-type &rest event-args) #<bytecode 0x46098dd>) t) nil) (t ert ("ebib" nil) nil) (t funcall-interactively (ert "ebib" nil) nil) (t call-interactively (ert record nil) nil) (t command-execute (ert record) nil) (t execute-extended-command (nil "ert" #("ert\nflycheck-next-error\ngnus-summary-recenter\ncounsel-switch-buffer-other-window\ner/mark-python-block-and-decorator\nibuffer-update\ngnus-summary-catchup-from-here\nmu4e-hide-other-mu4e-buffers\narticle-normalize-headers\nswiper-recenter-top-bottom" 3 4 (read-only nil) 4 18 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 18 20 (face (ivy-current-match ivy-minibuffer-match-face-2) mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 20 23 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 23 24 (read-only nil) 24 43 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 43 45 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 45 46 (read-only nil) 46 65 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 65 67 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 67 71 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 71 73 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 73 80 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 80 81 (read-only nil) 81 83 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 83 115 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 115 116 (read-only nil) 116 121 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 121 123 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 123 130 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 130 131 (read-only nil) 131 158 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 158 160 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 160 161 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 161 162 (read-only nil) 162 175 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 175 177 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 177 187 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 187 189 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 189 190 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 190 191 (read-only nil) 191 213 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 213 215 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 215 216 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 216 217 (read-only nil) 217 221 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 221 223 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 223 230 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 230 232 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 232 243 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil))) nil) (t funcall-interactively (execute-extended-command nil "ert" #("ert\nflycheck-next-error\ngnus-summary-recenter\ncounsel-switch-buffer-other-window\ner/mark-python-block-and-decorator\nibuffer-update\ngnus-summary-catchup-from-here\nmu4e-hide-other-mu4e-buffers\narticle-normalize-headers\nswiper-recenter-top-bottom" 3 4 (read-only nil) 4 18 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 18 20 (face (ivy-current-match ivy-minibuffer-match-face-2) mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 20 23 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 23 24 (read-only nil) 24 43 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 43 45 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 45 46 (read-only nil) 46 65 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 65 67 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 67 71 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 71 73 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 73 80 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 80 81 (read-only nil) 81 83 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 83 115 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 115 116 (read-only nil) 116 121 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 121 123 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 123 130 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 130 131 (read-only nil) 131 158 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 158 160 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 160 161 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 161 162 (read-only nil) 162 175 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 175 177 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 177 187 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 187 189 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 189 190 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 190 191 (read-only nil) 191 213 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 213 215 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 215 216 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 216 217 (read-only nil) 217 221 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 221 223 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 223 230 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 230 232 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 232 243 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil))) nil) (t call-interactively (execute-extended-command nil nil) nil) (t command-execute (execute-extended-command) nil)) :infos nil) :exit-continuation #f(compiled-function () #<bytecode 0x1f59e75>) :next-debugger debug :ert-debug-on-error nil))
  ert-run-test(#s(ert-test :name ebib-citation-with-argument-and-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x23e9ff9>) :most-recent-result #s(ert-test-failed :messages "" :should-forms (((should (equal (with-simulated-input "cf. RET p. SPC 20 RET" ...) "cf. Abney1987 p. 20")) :form (signal wrong-type-argument (listp #f(compiled-function () #<bytecode 0x249e389>))) :explanation (different-types wrong-type-argument (listp #f(compiled-function () #<bytecode 0x249e389>))))) :condition (wrong-type-argument listp #f(compiled-function () #<bytecode 0x249e389>)) :backtrace ((t signal (wrong-type-argument (listp #f(compiled-function () #<bytecode 0x249e389>))) nil) (t apply (signal (wrong-type-argument (listp #f(compiled-function () #<bytecode 0x249e389>)))) nil) (t #f(compiled-function () #<bytecode 0x23e9ff9>) nil nil) (t ert--run-test-internal (#s(ert--test-execution-info :test #1 :result #2 :exit-continuation #f(compiled-function () #<bytecode 0x1f59e75>) :next-debugger debug :ert-debug-on-error nil)) nil) (t ert-run-test #0 nil) (t ert-run-or-rerun-test (#s(ert--stats :selector "ebib" :tests [#1 #s(ert-test :name ebib-citation-with-argument-and-key-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x249e37d>) :most-recent-result #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-argument-directive-should-accept-spaces-in-args :documentation nil :body #f(compiled-function () #<bytecode 0x25d4d25>) :most-recent-result #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-argument-directive-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x25d4c21>) :most-recent-result #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-empty-template-should-come-through :documentation nil :body #f(compiled-function () #<bytecode 0x30d5675>) :most-recent-result #s(ert-test-passed :messages "" :should-forms ...) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x25d4e29>) :most-recent-result #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-key-directive-and-surrounding-material-should-get-key-with-the-surrounded-material :documentation nil :body #f(compiled-function () #<bytecode 0x25d4b1d>) :most-recent-result #s(ert-test-passed :messages "" :should-forms ...) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-key-directive-should-catch-the-key :documentation nil :body #f(compiled-function () #<bytecode 0x30d56ed>) :most-recent-result #s(ert-test-passed :messages "" :should-forms ...) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-no-directives-in-template-should-come-through :documentation nil :body #f(compiled-function () #<bytecode 0x30d56d5>) :most-recent-result #s(ert-test-passed :messages "" :should-forms ...) :expected-result-type :passed :tags nil)] :test-map #<hash-table eql 9/9 0x26859d5> :test-results [#2 #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) #s(ert-test-passed :messages "" :should-forms ...) #s(ert-test-failed :messages "" :should-forms ... :condition ... :backtrace ... :infos nil) #s(ert-test-passed :messages "" :should-forms ...) #s(ert-test-passed :messages "" :should-forms ...) #s(ert-test-passed :messages "" :should-forms ...)] :test-start-times [... ... ... ... ... ... ... ... ...] :test-end-times [... ... ... ... ... ... ... ... ...] :passed-expected 4 :passed-unexpected 0 :failed-expected 0 :failed-unexpected 5 :skipped 0 :start-time (24151 60875 338338 101000) :end-time (24151 60875 493241 964000) :aborted-p nil :current-test nil :next-redisplay 1582820811.6087005) #1 #f(compiled-function (event-type &rest event-args) #<bytecode 0x46098dd>)) nil) (t ert-run-tests ("ebib" #f(compiled-function (event-type &rest event-args) #<bytecode 0x46098dd>) t) nil) (t ert ("ebib" nil) nil) (t funcall-interactively (ert "ebib" nil) nil) (t call-interactively (ert record nil) nil) (t command-execute (ert record) nil) (t execute-extended-command (nil "ert" #("ert\nflycheck-next-error\ngnus-summary-recenter\ncounsel-switch-buffer-other-window\ner/mark-python-block-and-decorator\nibuffer-update\ngnus-summary-catchup-from-here\nmu4e-hide-other-mu4e-buffers\narticle-normalize-headers\nswiper-recenter-top-bottom" 3 4 (read-only nil) 4 18 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 18 20 (face (ivy-current-match ivy-minibuffer-match-face-2) mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 20 23 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 23 24 (read-only nil) 24 43 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 43 45 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 45 46 (read-only nil) 46 65 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 65 67 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 67 71 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 71 73 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 73 80 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 80 81 (read-only nil) 81 83 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 83 115 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 115 116 (read-only nil) 116 121 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 121 123 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 123 130 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 130 131 (read-only nil) 131 158 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 158 160 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 160 161 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 161 162 (read-only nil) 162 175 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 175 177 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 177 187 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 187 189 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 189 190 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 190 191 (read-only nil) 191 213 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 213 215 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 215 216 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 216 217 (read-only nil) 217 221 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 221 223 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 223 230 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 230 232 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 232 243 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil))) nil) (t funcall-interactively (execute-extended-command nil "ert" #("ert\nflycheck-next-error\ngnus-summary-recenter\ncounsel-switch-buffer-other-window\ner/mark-python-block-and-decorator\nibuffer-update\ngnus-summary-catchup-from-here\nmu4e-hide-other-mu4e-buffers\narticle-normalize-headers\nswiper-recenter-top-bottom" 3 4 (read-only nil) 4 18 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 18 20 (face (ivy-current-match ivy-minibuffer-match-face-2) mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 20 23 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 23 24 (read-only nil) 24 43 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 43 45 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 45 46 (read-only nil) 46 65 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 65 67 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 67 71 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 71 73 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 73 80 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 80 81 (read-only nil) 81 83 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 83 115 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 115 116 (read-only nil) 116 121 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 121 123 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 123 130 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 130 131 (read-only nil) 131 158 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 158 160 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 160 161 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 161 162 (read-only nil) 162 175 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 175 177 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 177 187 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 187 189 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 189 190 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 190 191 (read-only nil) 191 213 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 213 215 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 215 216 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 216 217 (read-only nil) 217 221 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 221 223 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 223 230 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 230 232 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 232 243 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil))) nil) (t call-interactively (execute-extended-command nil nil) nil) (t command-execute (execute-extended-command) nil)) :infos nil) :expected-result-type :passed :tags nil))
  ert-run-or-rerun-test(#s(ert--stats :selector "ebib" :tests [#s(ert-test :name ebib-citation-with-argument-and-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x23e9ff9>) :most-recent-result #s(ert-test-failed :messages "" :should-forms (((should ...) :form (signal wrong-type-argument ...) :explanation (different-types wrong-type-argument ...))) :condition (wrong-type-argument listp #f(compiled-function () #<bytecode 0x249e389>)) :backtrace ((t signal (wrong-type-argument ...) nil) (t apply (signal ...) nil) (t #f(compiled-function () #<bytecode 0x23e9ff9>) nil nil) (t ert--run-test-internal (#s(ert--test-execution-info :test #3 :result #4 :exit-continuation #f(compiled-function () #<bytecode 0x1f59e75>) :next-debugger debug :ert-debug-on-error nil)) nil) (t ert-run-test (#3) nil) (t ert-run-or-rerun-test #0 nil) (t ert-run-tests ("ebib" #f(compiled-function (event-type &rest event-args) #<bytecode 0x46098dd>) t) nil) (t ert ("ebib" nil) nil) (t funcall-interactively (ert "ebib" nil) nil) (t call-interactively (ert record nil) nil) (t command-execute (ert record) nil) (t execute-extended-command (nil "ert" #("ert\nflycheck-next-error\ngnus-summary-recenter\ncounsel-switch-buffer-other-window\ner/mark-python-block-and-decorator\nibuffer-update\ngnus-summary-catchup-from-here\nmu4e-hide-other-mu4e-buffers\narticle-normalize-headers\nswiper-recenter-top-bottom" 3 4 (read-only nil) 4 18 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 18 20 (face (ivy-current-match ivy-minibuffer-match-face-2) mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 20 23 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 23 24 (read-only nil) 24 43 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 43 45 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 45 46 (read-only nil) 46 65 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 65 67 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 67 71 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 71 73 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 73 80 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 80 81 (read-only nil) 81 83 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 83 115 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 115 116 (read-only nil) 116 121 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 121 123 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 123 130 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 130 131 (read-only nil) 131 158 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 158 160 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 160 161 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 161 162 (read-only nil) 162 175 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 175 177 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 177 187 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 187 189 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 189 190 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 190 191 (read-only nil) 191 213 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 213 215 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 215 216 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 216 217 (read-only nil) 217 221 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 221 223 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 223 230 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 230 232 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 232 243 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil))) nil) (t funcall-interactively (execute-extended-command nil "ert" #("ert\nflycheck-next-error\ngnus-summary-recenter\ncounsel-switch-buffer-other-window\ner/mark-python-block-and-decorator\nibuffer-update\ngnus-summary-catchup-from-here\nmu4e-hide-other-mu4e-buffers\narticle-normalize-headers\nswiper-recenter-top-bottom" 3 4 (read-only nil) 4 18 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 18 20 (face (ivy-current-match ivy-minibuffer-match-face-2) mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 20 23 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 23 24 (read-only nil) 24 43 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 43 45 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 45 46 (read-only nil) 46 65 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 65 67 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 67 71 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 71 73 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 73 80 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 80 81 (read-only nil) 81 83 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 83 115 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 115 116 (read-only nil) 116 121 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 121 123 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 123 130 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 130 131 (read-only nil) 131 158 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 158 160 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 160 161 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 161 162 (read-only nil) 162 175 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 175 177 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 177 187 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 187 189 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 189 190 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 190 191 (read-only nil) 191 213 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 213 215 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 215 216 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 216 217 (read-only nil) 217 221 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 221 223 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 223 230 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 230 232 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 232 243 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil))) nil) (t call-interactively (execute-extended-command nil nil) nil) (t command-execute (execute-extended-command) nil)) :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-argument-and-key-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x249e37d>) :most-recent-result #s(ert-test-failed :messages "" :should-forms (((should ...) :form (signal wrong-type-argument ...) :explanation (different-types wrong-type-argument ...))) :condition (wrong-type-argument listp #f(compiled-function () #<bytecode 0x25d4e39>)) :backtrace ((t signal (wrong-type-argument ...) nil) (t apply (signal ...) nil) (t #f(compiled-function () #<bytecode 0x249e37d>) nil nil) (t ert--run-test-internal (#s(ert--test-execution-info :test #3 :result #4 :exit-continuation #f(compiled-function () #<bytecode 0x1f59e75>) :next-debugger debug :ert-debug-on-error nil)) nil) (t ert-run-test (#3) nil) (t ert-run-or-rerun-test (#1 #3 #f(compiled-function (event-type &rest event-args) #<bytecode 0x46098dd>)) nil) (t ert-run-tests ("ebib" #f(compiled-function (event-type &rest event-args) #<bytecode 0x46098dd>) t) nil) (t ert ("ebib" nil) nil) (t funcall-interactively (ert "ebib" nil) nil) (t call-interactively (ert record nil) nil) (t command-execute (ert record) nil) (t execute-extended-command (nil "ert" #("ert\nflycheck-next-error\ngnus-summary-recenter\ncounsel-switch-buffer-other-window\ner/mark-python-block-and-decorator\nibuffer-update\ngnus-summary-catchup-from-here\nmu4e-hide-other-mu4e-buffers\narticle-normalize-headers\nswiper-recenter-top-bottom" 3 4 (read-only nil) 4 18 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 18 20 (face (ivy-current-match ivy-minibuffer-match-face-2) mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 20 23 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 23 24 (read-only nil) 24 43 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 43 45 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 45 46 (read-only nil) 46 65 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 65 67 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 67 71 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 71 73 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 73 80 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 80 81 (read-only nil) 81 83 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 83 115 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 115 116 (read-only nil) 116 121 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 121 123 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 123 130 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 130 131 (read-only nil) 131 158 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 158 160 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 160 161 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 161 162 (read-only nil) 162 175 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 175 177 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 177 187 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 187 189 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 189 190 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 190 191 (read-only nil) 191 213 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 213 215 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 215 216 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 216 217 (read-only nil) 217 221 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 221 223 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 223 230 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 230 232 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 232 243 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil))) nil) (t funcall-interactively (execute-extended-command nil "ert" #("ert\nflycheck-next-error\ngnus-summary-recenter\ncounsel-switch-buffer-other-window\ner/mark-python-block-and-decorator\nibuffer-update\ngnus-summary-catchup-from-here\nmu4e-hide-other-mu4e-buffers\narticle-normalize-headers\nswiper-recenter-top-bottom" 3 4 (read-only nil) 4 18 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 18 20 (face (ivy-current-match ivy-minibuffer-match-face-2) mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 20 23 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 23 24 (read-only nil) 24 43 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 43 45 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 45 46 (read-only nil) 46 65 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 65 67 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 67 71 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 71 73 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 73 80 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 80 81 (read-only nil) 81 83 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 83 115 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 115 116 (read-only nil) 116 121 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 121 123 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 123 130 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 130 131 (read-only nil) 131 158 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 158 160 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 160 161 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 161 162 (read-only nil) 162 175 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 175 177 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 177 187 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 187 189 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 189 190 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 190 191 (read-only nil) 191 213 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 213 215 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 215 216 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 216 217 (read-only nil) 217 221 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 221 223 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 223 230 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 230 232 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 232 243 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil))) nil) (t call-interactively (execute-extended-command nil nil) nil) (t command-execute (execute-extended-command) nil)) :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-argument-directive-should-accept-spaces-in-args :documentation nil :body #f(compiled-function () #<bytecode 0x25d4d25>) :most-recent-result #s(ert-test-failed :messages "" :should-forms (((should ...) :form (signal wrong-type-argument ...) :explanation (different-types wrong-type-argument ...))) :condition (wrong-type-argument listp #f(compiled-function () #<bytecode 0x25d4c31>)) :backtrace ((t signal (wrong-type-argument ...) nil) (t apply (signal ...) nil) (t #f(compiled-function () #<bytecode 0x25d4d25>) nil nil) (t ert--run-test-internal (#s(ert--test-execution-info :test #3 :result #4 :exit-continuation #f(compiled-function () #<bytecode 0x1f59e75>) :next-debugger debug :ert-debug-on-error nil)) nil) (t ert-run-test (#3) nil) (t ert-run-or-rerun-test (#1 #3 #f(compiled-function (event-type &rest event-args) #<bytecode 0x46098dd>)) nil) (t ert-run-tests ("ebib" #f(compiled-function (event-type &rest event-args) #<bytecode 0x46098dd>) t) nil) (t ert ("ebib" nil) nil) (t funcall-interactively (ert "ebib" nil) nil) (t call-interactively (ert record nil) nil) (t command-execute (ert record) nil) (t execute-extended-command (nil "ert" #("ert\nflycheck-next-error\ngnus-summary-recenter\ncounsel-switch-buffer-other-window\ner/mark-python-block-and-decorator\nibuffer-update\ngnus-summary-catchup-from-here\nmu4e-hide-other-mu4e-buffers\narticle-normalize-headers\nswiper-recenter-top-bottom" 3 4 (read-only nil) 4 18 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 18 20 (face (ivy-current-match ivy-minibuffer-match-face-2) mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 20 23 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 23 24 (read-only nil) 24 43 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 43 45 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 45 46 (read-only nil) 46 65 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 65 67 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 67 71 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 71 73 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 73 80 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 80 81 (read-only nil) 81 83 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 83 115 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 115 116 (read-only nil) 116 121 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 121 123 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 123 130 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 130 131 (read-only nil) 131 158 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 158 160 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 160 161 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 161 162 (read-only nil) 162 175 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 175 177 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 177 187 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 187 189 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 189 190 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 190 191 (read-only nil) 191 213 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 213 215 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 215 216 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 216 217 (read-only nil) 217 221 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 221 223 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 223 230 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 230 232 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 232 243 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil))) nil) (t funcall-interactively (execute-extended-command nil "ert" #("ert\nflycheck-next-error\ngnus-summary-recenter\ncounsel-switch-buffer-other-window\ner/mark-python-block-and-decorator\nibuffer-update\ngnus-summary-catchup-from-here\nmu4e-hide-other-mu4e-buffers\narticle-normalize-headers\nswiper-recenter-top-bottom" 3 4 (read-only nil) 4 18 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 18 20 (face (ivy-current-match ivy-minibuffer-match-face-2) mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 20 23 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 23 24 (read-only nil) 24 43 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 43 45 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 45 46 (read-only nil) 46 65 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 65 67 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 67 71 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 71 73 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 73 80 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 80 81 (read-only nil) 81 83 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 83 115 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 115 116 (read-only nil) 116 121 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 121 123 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 123 130 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 130 131 (read-only nil) 131 158 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 158 160 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 160 161 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 161 162 (read-only nil) 162 175 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 175 177 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 177 187 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 187 189 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 189 190 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 190 191 (read-only nil) 191 213 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 213 215 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 215 216 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 216 217 (read-only nil) 217 221 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 221 223 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 223 230 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 230 232 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 232 243 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil))) nil) (t call-interactively (execute-extended-command nil nil) nil) (t command-execute (execute-extended-command) nil)) :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-argument-directive-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x25d4c21>) :most-recent-result #s(ert-test-failed :messages "" :should-forms (((should ...) :form (signal wrong-type-argument ...) :explanation (different-types wrong-type-argument ...))) :condition (wrong-type-argument listp #f(compiled-function () #<bytecode 0x25d4b2d>)) :backtrace ((t signal (wrong-type-argument ...) nil) (t apply (signal ...) nil) (t #f(compiled-function () #<bytecode 0x25d4c21>) nil nil) (t ert--run-test-internal (#s(ert--test-execution-info :test #3 :result #4 :exit-continuation #f(compiled-function () #<bytecode 0x1f59e75>) :next-debugger debug :ert-debug-on-error nil)) nil) (t ert-run-test (#3) nil) (t ert-run-or-rerun-test (#1 #3 #f(compiled-function (event-type &rest event-args) #<bytecode 0x46098dd>)) nil) (t ert-run-tests ("ebib" #f(compiled-function (event-type &rest event-args) #<bytecode 0x46098dd>) t) nil) (t ert ("ebib" nil) nil) (t funcall-interactively (ert "ebib" nil) nil) (t call-interactively (ert record nil) nil) (t command-execute (ert record) nil) (t execute-extended-command (nil "ert" #("ert\nflycheck-next-error\ngnus-summary-recenter\ncounsel-switch-buffer-other-window\ner/mark-python-block-and-decorator\nibuffer-update\ngnus-summary-catchup-from-here\nmu4e-hide-other-mu4e-buffers\narticle-normalize-headers\nswiper-recenter-top-bottom" 3 4 (read-only nil) 4 18 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 18 20 (face (ivy-current-match ivy-minibuffer-match-face-2) mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 20 23 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 23 24 (read-only nil) 24 43 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 43 45 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 45 46 (read-only nil) 46 65 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 65 67 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 67 71 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 71 73 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 73 80 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 80 81 (read-only nil) 81 83 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 83 115 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 115 116 (read-only nil) 116 121 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 121 123 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 123 130 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 130 131 (read-only nil) 131 158 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 158 160 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 160 161 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 161 162 (read-only nil) 162 175 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 175 177 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 177 187 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 187 189 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 189 190 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 190 191 (read-only nil) 191 213 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 213 215 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 215 216 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 216 217 (read-only nil) 217 221 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 221 223 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 223 230 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 230 232 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 232 243 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil))) nil) (t funcall-interactively (execute-extended-command nil "ert" #("ert\nflycheck-next-error\ngnus-summary-recenter\ncounsel-switch-buffer-other-window\ner/mark-python-block-and-decorator\nibuffer-update\ngnus-summary-catchup-from-here\nmu4e-hide-other-mu4e-buffers\narticle-normalize-headers\nswiper-recenter-top-bottom" 3 4 (read-only nil) 4 18 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 18 20 (face (ivy-current-match ivy-minibuffer-match-face-2) mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 20 23 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 23 24 (read-only nil) 24 43 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 43 45 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 45 46 (read-only nil) 46 65 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 65 67 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 67 71 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 71 73 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 73 80 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 80 81 (read-only nil) 81 83 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 83 115 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 115 116 (read-only nil) 116 121 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 121 123 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 123 130 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 130 131 (read-only nil) 131 158 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 158 160 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 160 161 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 161 162 (read-only nil) 162 175 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 175 177 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 177 187 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 187 189 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 189 190 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 190 191 (read-only nil) 191 213 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 213 215 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 215 216 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 216 217 (read-only nil) 217 221 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 221 223 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 223 230 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 230 232 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 232 243 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil))) nil) (t call-interactively (execute-extended-command nil nil) nil) (t command-execute (execute-extended-command) nil)) :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-empty-template-should-come-through :documentation nil :body #f(compiled-function () #<bytecode 0x30d5675>) :most-recent-result #s(ert-test-passed :messages "" :should-forms (((should ...) :form (equal "" "") :value t :explanation nil))) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x25d4e29>) :most-recent-result #s(ert-test-failed :messages "" :should-forms (((should ...) :form (signal wrong-type-argument ...) :explanation (different-types wrong-type-argument ...))) :condition (wrong-type-argument listp #f(compiled-function () #<bytecode 0x25d4d35>)) :backtrace ((t signal (wrong-type-argument ...) nil) (t apply (signal ...) nil) (t #f(compiled-function () #<bytecode 0x25d4e29>) nil nil) (t ert--run-test-internal (#s(ert--test-execution-info :test #3 :result #4 :exit-continuation #f(compiled-function () #<bytecode 0x1f59e75>) :next-debugger debug :ert-debug-on-error nil)) nil) (t ert-run-test (#3) nil) (t ert-run-or-rerun-test (#1 #3 #f(compiled-function (event-type &rest event-args) #<bytecode 0x46098dd>)) nil) (t ert-run-tests ("ebib" #f(compiled-function (event-type &rest event-args) #<bytecode 0x46098dd>) t) nil) (t ert ("ebib" nil) nil) (t funcall-interactively (ert "ebib" nil) nil) (t call-interactively (ert record nil) nil) (t command-execute (ert record) nil) (t execute-extended-command (nil "ert" #("ert\nflycheck-next-error\ngnus-summary-recenter\ncounsel-switch-buffer-other-window\ner/mark-python-block-and-decorator\nibuffer-update\ngnus-summary-catchup-from-here\nmu4e-hide-other-mu4e-buffers\narticle-normalize-headers\nswiper-recenter-top-bottom" 3 4 (read-only nil) 4 18 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 18 20 (face (ivy-current-match ivy-minibuffer-match-face-2) mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 20 23 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 23 24 (read-only nil) 24 43 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 43 45 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 45 46 (read-only nil) 46 65 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 65 67 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 67 71 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 71 73 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 73 80 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 80 81 (read-only nil) 81 83 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 83 115 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 115 116 (read-only nil) 116 121 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 121 123 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 123 130 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 130 131 (read-only nil) 131 158 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 158 160 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 160 161 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 161 162 (read-only nil) 162 175 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 175 177 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 177 187 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 187 189 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 189 190 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 190 191 (read-only nil) 191 213 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 213 215 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 215 216 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 216 217 (read-only nil) 217 221 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 221 223 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 223 230 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 230 232 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 232 243 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil))) nil) (t funcall-interactively (execute-extended-command nil "ert" #("ert\nflycheck-next-error\ngnus-summary-recenter\ncounsel-switch-buffer-other-window\ner/mark-python-block-and-decorator\nibuffer-update\ngnus-summary-catchup-from-here\nmu4e-hide-other-mu4e-buffers\narticle-normalize-headers\nswiper-recenter-top-bottom" 3 4 (read-only nil) 4 18 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 18 20 (face (ivy-current-match ivy-minibuffer-match-face-2) mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 20 23 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 23 24 (read-only nil) 24 43 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 43 45 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 45 46 (read-only nil) 46 65 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 65 67 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 67 71 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 71 73 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 73 80 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 80 81 (read-only nil) 81 83 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 83 115 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 115 116 (read-only nil) 116 121 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 121 123 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 123 130 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 130 131 (read-only nil) 131 158 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 158 160 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 160 161 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 161 162 (read-only nil) 162 175 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 175 177 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 177 187 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 187 189 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 189 190 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 190 191 (read-only nil) 191 213 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 213 215 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 215 216 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 216 217 (read-only nil) 217 221 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 221 223 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 223 230 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 230 232 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 232 243 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil))) nil) (t call-interactively (execute-extended-command nil nil) nil) (t command-execute (execute-extended-command) nil)) :infos nil) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-key-directive-and-surrounding-material-should-get-key-with-the-surrounded-material :documentation nil :body #f(compiled-function () #<bytecode 0x25d4b1d>) :most-recent-result #s(ert-test-passed :messages "" :should-forms (((should ...) :form (equal "before Abney1987 after" "before Abney1987 after") :value t :explanation nil))) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-key-directive-should-catch-the-key :documentation nil :body #f(compiled-function () #<bytecode 0x30d56ed>) :most-recent-result #s(ert-test-passed :messages "" :should-forms (((should ...) :form (equal "Abney1987" "Abney1987") :value t :explanation nil))) :expected-result-type :passed :tags nil) #s(ert-test :name ebib-citation-with-no-directives-in-template-should-come-through :documentation nil :body #f(compiled-function () #<bytecode 0x30d56d5>) :most-recent-result #s(ert-test-passed :messages "" :should-forms (((should ...) :form (equal "nodirectiveshere" "nodirectiveshere") :value t :explanation nil))) :expected-result-type :passed :tags nil)] :test-map #<hash-table eql 9/9 0x26859d5> :test-results [#s(ert-test-failed :messages "" :should-forms (((should (equal ... "cf. Abney1987 p. 20")) :form (signal wrong-type-argument (listp #f(compiled-function () #<bytecode 0x249e389>))) :explanation (different-types wrong-type-argument (listp #f(compiled-function () #<bytecode 0x249e389>))))) :condition (wrong-type-argument listp #f(compiled-function () #<bytecode 0x249e389>)) :backtrace ((t signal (wrong-type-argument (listp #f(compiled-function () #<bytecode 0x249e389>))) nil) (t apply (signal (wrong-type-argument ...)) nil) (t #f(compiled-function () #<bytecode 0x23e9ff9>) nil nil) (t ert--run-test-internal (#s(ert--test-execution-info :test #s(ert-test :name ebib-citation-with-argument-and-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x23e9ff9>) :most-recent-result #3 :expected-result-type :passed :tags nil) :result #3 :exit-continuation #f(compiled-function () #<bytecode 0x1f59e75>) :next-debugger debug :ert-debug-on-error nil)) nil) (t ert-run-test (#s(ert-test :name ebib-citation-with-argument-and-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x23e9ff9>) :most-recent-result #3 :expected-result-type :passed :tags nil)) nil) (t ert-run-or-rerun-test #0 nil) (t ert-run-tests ("ebib" #f(compiled-function (event-type &rest event-args) #<bytecode 0x46098dd>) t) nil) (t ert ("ebib" nil) nil) (t funcall-interactively (ert "ebib" nil) nil) (t call-interactively (ert record nil) nil) (t command-execute (ert record) nil) (t execute-extended-command (nil "ert" #("ert\nflycheck-next-error\ngnus-summary-recenter\ncounsel-switch-buffer-other-window\ner/mark-python-block-and-decorator\nibuffer-update\ngnus-summary-catchup-from-here\nmu4e-hide-other-mu4e-buffers\narticle-normalize-headers\nswiper-recenter-top-bottom" 3 4 (read-only nil) 4 18 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 18 20 (face (ivy-current-match ivy-minibuffer-match-face-2) mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 20 23 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 23 24 (read-only nil) 24 43 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 43 45 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 45 46 (read-only nil) 46 65 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 65 67 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 67 71 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 71 73 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 73 80 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 80 81 (read-only nil) 81 83 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 83 115 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 115 116 (read-only nil) 116 121 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 121 123 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 123 130 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 130 131 (read-only nil) 131 158 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 158 160 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 160 161 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 161 162 (read-only nil) 162 175 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 175 177 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 177 187 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 187 189 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 189 190 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 190 191 (read-only nil) 191 213 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 213 215 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 215 216 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 216 217 (read-only nil) 217 221 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 221 223 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 223 230 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 230 232 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 232 243 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil))) nil) (t funcall-interactively (execute-extended-command nil "ert" #("ert\nflycheck-next-error\ngnus-summary-recenter\ncounsel-switch-buffer-other-window\ner/mark-python-block-and-decorator\nibuffer-update\ngnus-summary-catchup-from-here\nmu4e-hide-other-mu4e-buffers\narticle-normalize-headers\nswiper-recenter-top-bottom" 3 4 (read-only nil) 4 18 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 18 20 (face (ivy-current-match ivy-minibuffer-match-face-2) mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 20 23 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 23 24 (read-only nil) 24 43 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 43 45 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 45 46 (read-only nil) 46 65 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 65 67 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 67 71 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 71 73 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 73 80 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 80 81 (read-only nil) 81 83 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 83 115 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 115 116 (read-only nil) 116 121 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 121 123 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 123 130 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 130 131 (read-only nil) 131 158 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 158 160 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 160 161 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 161 162 (read-only nil) 162 175 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 175 177 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 177 187 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 187 189 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 189 190 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 190 191 (read-only nil) 191 213 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 213 215 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 215 216 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 216 217 (read-only nil) 217 221 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 221 223 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 223 230 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 230 232 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 232 243 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil))) nil) (t call-interactively (execute-extended-command nil nil) nil) (t command-execute (execute-extended-command) nil)) :infos nil) #s(ert-test-failed :messages "" :should-forms (((should (equal ... "cf. Abney1987")) :form (signal wrong-type-argument (listp #f(compiled-function () #<bytecode 0x25d4e39>))) :explanation (different-types wrong-type-argument (listp #f(compiled-function () #<bytecode 0x25d4e39>))))) :condition (wrong-type-argument listp #f(compiled-function () #<bytecode 0x25d4e39>)) :backtrace ((t signal (wrong-type-argument (listp #f(compiled-function () #<bytecode 0x25d4e39>))) nil) (t apply (signal (wrong-type-argument ...)) nil) (t #f(compiled-function () #<bytecode 0x249e37d>) nil nil) (t ert--run-test-internal (#s(ert--test-execution-info :test #s(ert-test :name ebib-citation-with-argument-and-key-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x249e37d>) :most-recent-result #3 :expected-result-type :passed :tags nil) :result #3 :exit-continuation #f(compiled-function () #<bytecode 0x1f59e75>) :next-debugger debug :ert-debug-on-error nil)) nil) (t ert-run-test (#s(ert-test :name ebib-citation-with-argument-and-key-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x249e37d>) :most-recent-result #3 :expected-result-type :passed :tags nil)) nil) (t ert-run-or-rerun-test (#1 #s(ert-test :name ebib-citation-with-argument-and-key-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x249e37d>) :most-recent-result #3 :expected-result-type :passed :tags nil) #f(compiled-function (event-type &rest event-args) #<bytecode 0x46098dd>)) nil) (t ert-run-tests ("ebib" #f(compiled-function (event-type &rest event-args) #<bytecode 0x46098dd>) t) nil) (t ert ("ebib" nil) nil) (t funcall-interactively (ert "ebib" nil) nil) (t call-interactively (ert record nil) nil) (t command-execute (ert record) nil) (t execute-extended-command (nil "ert" #("ert\nflycheck-next-error\ngnus-summary-recenter\ncounsel-switch-buffer-other-window\ner/mark-python-block-and-decorator\nibuffer-update\ngnus-summary-catchup-from-here\nmu4e-hide-other-mu4e-buffers\narticle-normalize-headers\nswiper-recenter-top-bottom" 3 4 (read-only nil) 4 18 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 18 20 (face (ivy-current-match ivy-minibuffer-match-face-2) mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 20 23 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 23 24 (read-only nil) 24 43 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 43 45 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 45 46 (read-only nil) 46 65 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 65 67 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 67 71 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 71 73 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 73 80 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 80 81 (read-only nil) 81 83 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 83 115 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 115 116 (read-only nil) 116 121 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 121 123 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 123 130 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 130 131 (read-only nil) 131 158 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 158 160 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 160 161 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 161 162 (read-only nil) 162 175 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 175 177 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 177 187 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 187 189 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 189 190 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 190 191 (read-only nil) 191 213 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 213 215 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 215 216 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 216 217 (read-only nil) 217 221 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 221 223 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 223 230 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 230 232 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 232 243 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil))) nil) (t funcall-interactively (execute-extended-command nil "ert" #("ert\nflycheck-next-error\ngnus-summary-recenter\ncounsel-switch-buffer-other-window\ner/mark-python-block-and-decorator\nibuffer-update\ngnus-summary-catchup-from-here\nmu4e-hide-other-mu4e-buffers\narticle-normalize-headers\nswiper-recenter-top-bottom" 3 4 (read-only nil) 4 18 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 18 20 (face (ivy-current-match ivy-minibuffer-match-face-2) mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 20 23 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 23 24 (read-only nil) 24 43 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 43 45 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 45 46 (read-only nil) 46 65 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 65 67 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 67 71 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 71 73 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 73 80 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 80 81 (read-only nil) 81 83 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 83 115 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 115 116 (read-only nil) 116 121 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 121 123 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 123 130 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 130 131 (read-only nil) 131 158 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 158 160 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 160 161 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 161 162 (read-only nil) 162 175 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 175 177 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 177 187 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 187 189 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 189 190 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 190 191 (read-only nil) 191 213 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 213 215 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 215 216 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 216 217 (read-only nil) 217 221 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 221 223 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 223 230 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 230 232 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 232 243 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil))) nil) (t call-interactively (execute-extended-command nil nil) nil) (t command-execute (execute-extended-command) nil)) :infos nil) #s(ert-test-failed :messages "" :should-forms (((should (equal ... "cf. also")) :form (signal wrong-type-argument (listp #f(compiled-function () #<bytecode 0x25d4c31>))) :explanation (different-types wrong-type-argument (listp #f(compiled-function () #<bytecode 0x25d4c31>))))) :condition (wrong-type-argument listp #f(compiled-function () #<bytecode 0x25d4c31>)) :backtrace ((t signal (wrong-type-argument (listp #f(compiled-function () #<bytecode 0x25d4c31>))) nil) (t apply (signal (wrong-type-argument ...)) nil) (t #f(compiled-function () #<bytecode 0x25d4d25>) nil nil) (t ert--run-test-internal (#s(ert--test-execution-info :test #s(ert-test :name ebib-citation-with-argument-directive-should-accept-spaces-in-args :documentation nil :body #f(compiled-function () #<bytecode 0x25d4d25>) :most-recent-result #3 :expected-result-type :passed :tags nil) :result #3 :exit-continuation #f(compiled-function () #<bytecode 0x1f59e75>) :next-debugger debug :ert-debug-on-error nil)) nil) (t ert-run-test (#s(ert-test :name ebib-citation-with-argument-directive-should-accept-spaces-in-args :documentation nil :body #f(compiled-function () #<bytecode 0x25d4d25>) :most-recent-result #3 :expected-result-type :passed :tags nil)) nil) (t ert-run-or-rerun-test (#1 #s(ert-test :name ebib-citation-with-argument-directive-should-accept-spaces-in-args :documentation nil :body #f(compiled-function () #<bytecode 0x25d4d25>) :most-recent-result #3 :expected-result-type :passed :tags nil) #f(compiled-function (event-type &rest event-args) #<bytecode 0x46098dd>)) nil) (t ert-run-tests ("ebib" #f(compiled-function (event-type &rest event-args) #<bytecode 0x46098dd>) t) nil) (t ert ("ebib" nil) nil) (t funcall-interactively (ert "ebib" nil) nil) (t call-interactively (ert record nil) nil) (t command-execute (ert record) nil) (t execute-extended-command (nil "ert" #("ert\nflycheck-next-error\ngnus-summary-recenter\ncounsel-switch-buffer-other-window\ner/mark-python-block-and-decorator\nibuffer-update\ngnus-summary-catchup-from-here\nmu4e-hide-other-mu4e-buffers\narticle-normalize-headers\nswiper-recenter-top-bottom" 3 4 (read-only nil) 4 18 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 18 20 (face (ivy-current-match ivy-minibuffer-match-face-2) mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 20 23 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 23 24 (read-only nil) 24 43 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 43 45 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 45 46 (read-only nil) 46 65 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 65 67 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 67 71 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 71 73 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 73 80 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 80 81 (read-only nil) 81 83 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 83 115 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 115 116 (read-only nil) 116 121 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 121 123 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 123 130 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 130 131 (read-only nil) 131 158 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 158 160 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 160 161 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 161 162 (read-only nil) 162 175 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 175 177 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 177 187 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 187 189 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 189 190 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 190 191 (read-only nil) 191 213 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 213 215 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 215 216 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 216 217 (read-only nil) 217 221 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 221 223 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 223 230 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 230 232 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 232 243 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil))) nil) (t funcall-interactively (execute-extended-command nil "ert" #("ert\nflycheck-next-error\ngnus-summary-recenter\ncounsel-switch-buffer-other-window\ner/mark-python-block-and-decorator\nibuffer-update\ngnus-summary-catchup-from-here\nmu4e-hide-other-mu4e-buffers\narticle-normalize-headers\nswiper-recenter-top-bottom" 3 4 (read-only nil) 4 18 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 18 20 (face (ivy-current-match ivy-minibuffer-match-face-2) mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 20 23 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 23 24 (read-only nil) 24 43 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 43 45 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 45 46 (read-only nil) 46 65 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 65 67 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 67 71 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 71 73 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 73 80 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 80 81 (read-only nil) 81 83 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 83 115 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 115 116 (read-only nil) 116 121 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 121 123 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 123 130 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 130 131 (read-only nil) 131 158 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 158 160 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 160 161 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 161 162 (read-only nil) 162 175 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 175 177 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 177 187 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 187 189 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 189 190 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 190 191 (read-only nil) 191 213 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 213 215 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 215 216 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 216 217 (read-only nil) 217 221 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 221 223 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 223 230 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 230 232 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 232 243 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil))) nil) (t call-interactively (execute-extended-command nil nil) nil) (t command-execute (execute-extended-command) nil)) :infos nil) #s(ert-test-failed :messages "" :should-forms (((should (equal ... "cf.")) :form (signal wrong-type-argument (listp #f(compiled-function () #<bytecode 0x25d4b2d>))) :explanation (different-types wrong-type-argument (listp #f(compiled-function () #<bytecode 0x25d4b2d>))))) :condition (wrong-type-argument listp #f(compiled-function () #<bytecode 0x25d4b2d>)) :backtrace ((t signal (wrong-type-argument (listp #f(compiled-function () #<bytecode 0x25d4b2d>))) nil) (t apply (signal (wrong-type-argument ...)) nil) (t #f(compiled-function () #<bytecode 0x25d4c21>) nil nil) (t ert--run-test-internal (#s(ert--test-execution-info :test #s(ert-test :name ebib-citation-with-argument-directive-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x25d4c21>) :most-recent-result #3 :expected-result-type :passed :tags nil) :result #3 :exit-continuation #f(compiled-function () #<bytecode 0x1f59e75>) :next-debugger debug :ert-debug-on-error nil)) nil) (t ert-run-test (#s(ert-test :name ebib-citation-with-argument-directive-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x25d4c21>) :most-recent-result #3 :expected-result-type :passed :tags nil)) nil) (t ert-run-or-rerun-test (#1 #s(ert-test :name ebib-citation-with-argument-directive-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x25d4c21>) :most-recent-result #3 :expected-result-type :passed :tags nil) #f(compiled-function (event-type &rest event-args) #<bytecode 0x46098dd>)) nil) (t ert-run-tests ("ebib" #f(compiled-function (event-type &rest event-args) #<bytecode 0x46098dd>) t) nil) (t ert ("ebib" nil) nil) (t funcall-interactively (ert "ebib" nil) nil) (t call-interactively (ert record nil) nil) (t command-execute (ert record) nil) (t execute-extended-command (nil "ert" #("ert\nflycheck-next-error\ngnus-summary-recenter\ncounsel-switch-buffer-other-window\ner/mark-python-block-and-decorator\nibuffer-update\ngnus-summary-catchup-from-here\nmu4e-hide-other-mu4e-buffers\narticle-normalize-headers\nswiper-recenter-top-bottom" 3 4 (read-only nil) 4 18 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 18 20 (face (ivy-current-match ivy-minibuffer-match-face-2) mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 20 23 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 23 24 (read-only nil) 24 43 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 43 45 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 45 46 (read-only nil) 46 65 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 65 67 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 67 71 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 71 73 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 73 80 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 80 81 (read-only nil) 81 83 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 83 115 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 115 116 (read-only nil) 116 121 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 121 123 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 123 130 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 130 131 (read-only nil) 131 158 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 158 160 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 160 161 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 161 162 (read-only nil) 162 175 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 175 177 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 177 187 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 187 189 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 189 190 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 190 191 (read-only nil) 191 213 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 213 215 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 215 216 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 216 217 (read-only nil) 217 221 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 221 223 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 223 230 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 230 232 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 232 243 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil))) nil) (t funcall-interactively (execute-extended-command nil "ert" #("ert\nflycheck-next-error\ngnus-summary-recenter\ncounsel-switch-buffer-other-window\ner/mark-python-block-and-decorator\nibuffer-update\ngnus-summary-catchup-from-here\nmu4e-hide-other-mu4e-buffers\narticle-normalize-headers\nswiper-recenter-top-bottom" 3 4 (read-only nil) 4 18 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 18 20 (face (ivy-current-match ivy-minibuffer-match-face-2) mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 20 23 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 23 24 (read-only nil) 24 43 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 43 45 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 45 46 (read-only nil) 46 65 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 65 67 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 67 71 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 71 73 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 73 80 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 80 81 (read-only nil) 81 83 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 83 115 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 115 116 (read-only nil) 116 121 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 121 123 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 123 130 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 130 131 (read-only nil) 131 158 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 158 160 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 160 161 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 161 162 (read-only nil) 162 175 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 175 177 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 177 187 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 187 189 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 189 190 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 190 191 (read-only nil) 191 213 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 213 215 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 215 216 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 216 217 (read-only nil) 217 221 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 221 223 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 223 230 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 230 232 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 232 243 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil))) nil) (t call-interactively (execute-extended-command nil nil) nil) (t command-execute (execute-extended-command) nil)) :infos nil) #s(ert-test-passed :messages "" :should-forms (((should (equal ... "")) :form (equal "" "") :value t :explanation nil))) #s(ert-test-failed :messages "" :should-forms (((should (equal ... "Abney1987 p. 20")) :form (signal wrong-type-argument (listp #f(compiled-function () #<bytecode 0x25d4d35>))) :explanation (different-types wrong-type-argument (listp #f(compiled-function () #<bytecode 0x25d4d35>))))) :condition (wrong-type-argument listp #f(compiled-function () #<bytecode 0x25d4d35>)) :backtrace ((t signal (wrong-type-argument (listp #f(compiled-function () #<bytecode 0x25d4d35>))) nil) (t apply (signal (wrong-type-argument ...)) nil) (t #f(compiled-function () #<bytecode 0x25d4e29>) nil nil) (t ert--run-test-internal (#s(ert--test-execution-info :test #s(ert-test :name ebib-citation-with-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x25d4e29>) :most-recent-result #3 :expected-result-type :passed :tags nil) :result #3 :exit-continuation #f(compiled-function () #<bytecode 0x1f59e75>) :next-debugger debug :ert-debug-on-error nil)) nil) (t ert-run-test (#s(ert-test :name ebib-citation-with-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x25d4e29>) :most-recent-result #3 :expected-result-type :passed :tags nil)) nil) (t ert-run-or-rerun-test (#1 #s(ert-test :name ebib-citation-with-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x25d4e29>) :most-recent-result #3 :expected-result-type :passed :tags nil) #f(compiled-function (event-type &rest event-args) #<bytecode 0x46098dd>)) nil) (t ert-run-tests ("ebib" #f(compiled-function (event-type &rest event-args) #<bytecode 0x46098dd>) t) nil) (t ert ("ebib" nil) nil) (t funcall-interactively (ert "ebib" nil) nil) (t call-interactively (ert record nil) nil) (t command-execute (ert record) nil) (t execute-extended-command (nil "ert" #("ert\nflycheck-next-error\ngnus-summary-recenter\ncounsel-switch-buffer-other-window\ner/mark-python-block-and-decorator\nibuffer-update\ngnus-summary-catchup-from-here\nmu4e-hide-other-mu4e-buffers\narticle-normalize-headers\nswiper-recenter-top-bottom" 3 4 (read-only nil) 4 18 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 18 20 (face (ivy-current-match ivy-minibuffer-match-face-2) mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 20 23 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 23 24 (read-only nil) 24 43 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 43 45 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 45 46 (read-only nil) 46 65 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 65 67 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 67 71 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 71 73 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 73 80 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 80 81 (read-only nil) 81 83 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 83 115 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 115 116 (read-only nil) 116 121 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 121 123 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 123 130 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 130 131 (read-only nil) 131 158 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 158 160 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 160 161 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 161 162 (read-only nil) 162 175 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 175 177 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 177 187 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 187 189 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 189 190 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 190 191 (read-only nil) 191 213 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 213 215 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 215 216 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 216 217 (read-only nil) 217 221 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 221 223 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 223 230 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 230 232 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 232 243 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil))) nil) (t funcall-interactively (execute-extended-command nil "ert" #("ert\nflycheck-next-error\ngnus-summary-recenter\ncounsel-switch-buffer-other-window\ner/mark-python-block-and-decorator\nibuffer-update\ngnus-summary-catchup-from-here\nmu4e-hide-other-mu4e-buffers\narticle-normalize-headers\nswiper-recenter-top-bottom" 3 4 (read-only nil) 4 18 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 18 20 (face (ivy-current-match ivy-minibuffer-match-face-2) mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 20 23 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 23 24 (read-only nil) 24 43 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 43 45 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 45 46 (read-only nil) 46 65 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 65 67 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 67 71 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 71 73 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 73 80 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 80 81 (read-only nil) 81 83 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 83 115 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 115 116 (read-only nil) 116 121 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 121 123 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 123 130 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 130 131 (read-only nil) 131 158 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 158 160 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 160 161 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 161 162 (read-only nil) 162 175 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 175 177 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 177 187 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 187 189 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 189 190 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 190 191 (read-only nil) 191 213 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 213 215 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 215 216 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 216 217 (read-only nil) 217 221 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 221 223 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 223 230 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 230 232 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 232 243 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil))) nil) (t call-interactively (execute-extended-command nil nil) nil) (t command-execute (execute-extended-command) nil)) :infos nil) #s(ert-test-passed :messages "" :should-forms (((should (equal ... "before Abney1987 after")) :form (equal "before Abney1987 after" "before Abney1987 after") :value t :explanation nil))) #s(ert-test-passed :messages "" :should-forms (((should (equal ... "Abney1987")) :form (equal "Abney1987" "Abney1987") :value t :explanation nil))) #s(ert-test-passed :messages "" :should-forms (((should (equal ... "nodirectiveshere")) :form (equal "nodirectiveshere" "nodirectiveshere") :value t :explanation nil)))] :test-start-times [(24151 60875 422432 875000) (24151 60875 454020 48000) (24151 60875 464080 763000) (24151 60875 472987 531000) (24151 60875 483007 218000) (24151 60875 483624 540000) (24151 60875 491878 406000) (24151 60875 492494 43000) (24151 60875 492878 697000)] :test-end-times [(24151 60875 423101 954000) (24151 60875 455096 977000) (24151 60875 464857 851000) (24151 60875 473611 887000) (24151 60875 483580 917000) (24151 60875 483984 214000) (24151 60875 492450 963000) (24151 60875 492838 209000) (24151 60875 493218 113000)] :passed-expected 4 :passed-unexpected 0 :failed-expected 0 :failed-unexpected 5 :skipped 0 :start-time (24151 60875 338338 101000) :end-time (24151 60875 493241 964000) :aborted-p nil :current-test nil :next-redisplay 1582820811.6087005) #s(ert-test :name ebib-citation-with-argument-and-key-and-argument-directives-should-prompt-the-user :documentation nil :body #f(compiled-function () #<bytecode 0x23e9ff9>) :most-recent-result #s(ert-test-failed :messages "" :should-forms (((should (equal (with-simulated-input "cf. RET p. SPC 20 RET" ...) "cf. Abney1987 p. 20")) :form (signal wrong-type-argument (listp #f(compiled-function () #<bytecode 0x249e389>))) :explanation (different-types wrong-type-argument (listp #f(compiled-function () #<bytecode 0x249e389>))))) :condition (wrong-type-argument listp #f(compiled-function () #<bytecode 0x249e389>)) :backtrace ((t signal (wrong-type-argument (listp #f(compiled-function () #<bytecode 0x249e389>))) nil) (t apply (signal (wrong-type-argument (listp #f(compiled-function () #<bytecode 0x249e389>)))) nil) (t #f(compiled-function () #<bytecode 0x23e9ff9>) nil nil) (t ert--run-test-internal (#s(ert--test-execution-info :test #2 :result #3 :exit-continuation #f(compiled-function () #<bytecode 0x1f59e75>) :next-debugger debug :ert-debug-on-error nil)) nil) (t ert-run-test (#2) nil) (t ert-run-or-rerun-test #0 nil) (t ert-run-tests ("ebib" #f(compiled-function (event-type &rest event-args) #<bytecode 0x46098dd>) t) nil) (t ert ("ebib" nil) nil) (t funcall-interactively (ert "ebib" nil) nil) (t call-interactively (ert record nil) nil) (t command-execute (ert record) nil) (t execute-extended-command (nil "ert" #("ert\nflycheck-next-error\ngnus-summary-recenter\ncounsel-switch-buffer-other-window\ner/mark-python-block-and-decorator\nibuffer-update\ngnus-summary-catchup-from-here\nmu4e-hide-other-mu4e-buffers\narticle-normalize-headers\nswiper-recenter-top-bottom" 3 4 (read-only nil) 4 18 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 18 20 (face (ivy-current-match ivy-minibuffer-match-face-2) mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 20 23 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 23 24 (read-only nil) 24 43 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 43 45 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 45 46 (read-only nil) 46 65 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 65 67 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 67 71 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 71 73 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 73 80 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 80 81 (read-only nil) 81 83 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 83 115 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 115 116 (read-only nil) 116 121 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 121 123 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 123 130 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 130 131 (read-only nil) 131 158 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 158 160 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 160 161 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 161 162 (read-only nil) 162 175 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 175 177 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 177 187 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 187 189 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 189 190 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 190 191 (read-only nil) 191 213 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 213 215 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 215 216 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 216 217 (read-only nil) 217 221 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 221 223 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 223 230 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 230 232 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 232 243 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil))) nil) (t funcall-interactively (execute-extended-command nil "ert" #("ert\nflycheck-next-error\ngnus-summary-recenter\ncounsel-switch-buffer-other-window\ner/mark-python-block-and-decorator\nibuffer-update\ngnus-summary-catchup-from-here\nmu4e-hide-other-mu4e-buffers\narticle-normalize-headers\nswiper-recenter-top-bottom" 3 4 (read-only nil) 4 18 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 18 20 (face (ivy-current-match ivy-minibuffer-match-face-2) mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 20 23 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 23 24 (read-only nil) 24 43 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 43 45 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 45 46 (read-only nil) 46 65 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 65 67 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 67 71 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 71 73 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 73 80 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 80 81 (read-only nil) 81 83 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 83 115 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 115 116 (read-only nil) 116 121 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 121 123 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 123 130 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 130 131 (read-only nil) 131 158 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 158 160 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 160 161 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 161 162 (read-only nil) 162 175 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 175 177 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 177 187 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 187 189 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 189 190 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 190 191 (read-only nil) 191 213 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 213 215 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 215 216 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 216 217 (read-only nil) 217 221 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 221 223 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 223 230 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 230 232 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 232 243 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil))) nil) (t call-interactively (execute-extended-command nil nil) nil) (t command-execute (execute-extended-command) nil)) :infos nil) :expected-result-type :passed :tags nil) #f(compiled-function (event-type &rest event-args) #<bytecode 0x46098dd>))
  ert-run-tests("ebib" #f(compiled-function (event-type &rest event-args) #<bytecode 0x46098dd>) t)
  ert("ebib" nil)
  funcall-interactively(ert "ebib" nil)
  call-interactively(ert record nil)
  command-execute(ert record)
  execute-extended-command(nil "ert" #("ert\nflycheck-next-error\ngnus-summary-recenter\ncounsel-switch-buffer-other-window\ner/mark-python-block-and-decorator\nibuffer-update\ngnus-summary-catchup-from-here\nmu4e-hide-other-mu4e-buffers\narticle-normalize-headers\nswiper-recenter-top-bottom" 3 4 (read-only nil) 4 18 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 18 20 (face (ivy-current-match ivy-minibuffer-match-face-2) mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 20 23 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 23 24 (read-only nil) 24 43 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 43 45 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 45 46 (read-only nil) 46 65 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 65 67 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 67 71 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 71 73 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 73 80 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 80 81 (read-only nil) 81 83 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 83 115 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 115 116 (read-only nil) 116 121 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 121 123 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 123 130 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 130 131 (read-only nil) 131 158 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 158 160 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 160 161 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 161 162 (read-only nil) 162 175 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 175 177 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 177 187 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 187 189 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 189 190 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 190 191 (read-only nil) 191 213 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 213 215 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 215 216 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 216 217 (read-only nil) 217 221 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 221 223 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 223 230 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 230 232 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 232 243 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil)))
  funcall-interactively(execute-extended-command nil "ert" #("ert\nflycheck-next-error\ngnus-summary-recenter\ncounsel-switch-buffer-other-window\ner/mark-python-block-and-decorator\nibuffer-update\ngnus-summary-catchup-from-here\nmu4e-hide-other-mu4e-buffers\narticle-normalize-headers\nswiper-recenter-top-bottom" 3 4 (read-only nil) 4 18 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 18 20 (face (ivy-current-match ivy-minibuffer-match-face-2) mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 20 23 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) face ivy-current-match read-only nil) 23 24 (read-only nil) 24 43 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 43 45 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 45 46 (read-only nil) 46 65 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 65 67 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 67 71 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 71 73 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 73 80 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 80 81 (read-only nil) 81 83 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 83 115 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 115 116 (read-only nil) 116 121 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 121 123 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 123 130 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 130 131 (read-only nil) 131 158 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 158 160 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 160 161 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 161 162 (read-only nil) 162 175 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 175 177 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 177 187 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 187 189 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 189 190 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 190 191 (read-only nil) 191 213 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 213 215 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 215 216 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 216 217 (read-only nil) 217 221 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 221 223 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 223 230 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 230 232 (face ivy-minibuffer-match-face-2 mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil) 232 243 (mouse-face ivy-minibuffer-match-highlight help-echo (format (if tooltip-mode "mouse-1: %s\nmouse-3: %s" "mouse-1: %s   mouse-3: %s") ivy-mouse-1-tooltip ivy-mouse-3-tooltip) read-only nil)))
  call-interactively(execute-extended-command nil nil)
  command-execute(execute-extended-command)
DarwinAwardWinner commented 4 years ago

Unfortunately, I don't know how to debug this error. Maybe you can ask the ERT devs?

joostkremers commented 4 years ago

I posted this issue on help-gnu-emacs, and got some helpful answers. Most importantly, the issue is not related to ERT. You seem to be making an assumption about closures that is only true in interpreted code. You can check out the details here:

https://lists.gnu.org/archive/html/help-gnu-emacs/2020-02/msg00168.html

DarwinAwardWinner commented 4 years ago

Ok, with that bit of information, I know exactly what the problem is. For now, that's correct, with-simulated-input is definitely implicitly assuming that your tests are not compiled. I think it's rare to compile test files anyway, which is probably why no one has run into this issue until now.

I think it should be possible to fix things by properly using quote & eval to make sure the closures in question are never compiled. I'm guessing that's more or less what the patch in that thread does. I'll review it when I get the chance.

joostkremers commented 4 years ago

I think it should be possible to fix things by properly using quote & eval to make sure the closures in question are never compiled. I'm guessing that's more or less what the patch in that thread does. I'll review it when I get the chance.

At your leisure. :smiley: I have a keybinding for emacs-lisp-byte-compile-and-load to (re)load Elisp files I'm working on, which is how I ran into the issue. I'll just use eval-buffer instead when I'm in a test file. Or use Cask + ert-runner.

DarwinAwardWinner commented 4 years ago

Hmm, an interesting twist: if I just put a call to with-simulated-input in a file, then byte-compile that file and run it, it doesn't seem to throw an error. But if you explicitly call byte-compile on the function that calls with-simulated-input, then the error happens. I'll have to investigate more.

DarwinAwardWinner commented 4 years ago

Ok, I've now got a (failing) test for this in the test suite. As for the issue itself, it seems that there is no way to implement wsi-current-lexical-environment in a way that works for byte-compiled code, so it looks like I'm going to have to refactor the actual with-simulated-input macro to generate all the closures directly.

DarwinAwardWinner commented 3 years ago

This is now fixed as of ea666ecab70a116df6d1b0b41696aa655e7655bc