Skip to content

Interactive Functions are not covered when interactive form is a list #71

@andreyorst

Description

@andreyorst

Calling this function in a ert test shows it as completely uncovered:

(defun foobar (x)
  (interactive
   (list (if current-prefix-arg (read-string "arg: ") "foobar")))
  (message "arg: %s" x))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions