Skip to content

expect not printing mentioned variables #4633

Open
@rtfeldman

Description

@rtfeldman

To reproduce, run this (either at the top level with roc test or inline with roc dev - both reproduce it):

x = 5
expect x != x
42

It prints a failed expectation, but doesn't show the value of x.

We should make a test case for this!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingexpectThe `expect` keyword

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions