Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error list of received messages can get stale #13

Open
Soares opened this issue Feb 24, 2014 · 0 comments
Open

Error list of received messages can get stale #13

Soares opened this issue Feb 24, 2014 · 0 comments
Labels

Comments

@Soares
Copy link
Contributor

Soares commented Feb 24, 2014

Vroom seems to get confused and report old messages as the "received" message in "Expected message not received" errors.

For instance, given a vroom file like

   :echomsg 'Foo'
   ~ Foo

   :
   ~ Bar

Vroom will fail with the error

 FAILED on line 4: Expected message not received:
 "Bar" (verbatim mode)
 Message was "Foo"

Instead, it should say

 FAILED on line 4: Expected message not received:
 "Bar" (verbatim mode)
 There were no messages.

Note this doesn't seem to have any affect on vroom's checks themselves. Even though it says it received "Foo", an expectation for "Foo" will still fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants