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

Literal expect messages aren't captured across lines #47

Closed
jmvrbanac opened this issue Sep 8, 2014 · 0 comments
Closed

Literal expect messages aren't captured across lines #47

jmvrbanac opened this issue Sep 8, 2014 · 0 comments
Assignees
Labels

Comments

@jmvrbanac
Copy link
Owner

If someone has a line break in their expect call, specter will pull the value of the parameter instead of outputting the literal code that the person used.

Code:
expect(
    bug_attr).to.equal(sample_dict[key])

Results:
✔ Test id to equal Test id

Instead of the expected:
✔ bug_attr to equal sample_dict[key]
@jmvrbanac jmvrbanac added the bug label Sep 8, 2014
@jmvrbanac jmvrbanac changed the title Literal expect messages aren't capture across lines Literal expect messages aren't captured across lines Sep 8, 2014
@jmvrbanac jmvrbanac added the ready label Jan 1, 2015
@jmvrbanac jmvrbanac self-assigned this May 19, 2016
jmvrbanac added a commit that referenced this issue May 21, 2016
jmvrbanac added a commit that referenced this issue May 21, 2016
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

1 participant