Skip to content

Enable three-argument expect with message #9

@seancorfield

Description

@seancorfield
  • (expect a) is supported like (is a)
  • (expect e a) is supported like (is (= e a)) (and its variants)
  • (expect e a msg) is not supported, so there's not equivalent to (is expr msg)

This would require pushing ex? and e' one argument further -- or breaking expect into two macros, one documented, one not, which might be better...?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions