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

Allows negative indexes in line assertions #30

Merged

Conversation

nkakouros
Copy link

It is easier to match the last line of the output with:

assert_line -n -1 'text'

than:

assert_line -n 13 'text'

The preceding text may also change and a standard count from the top may not be possible.

@martin-schulze-vireso martin-schulze-vireso merged commit 41e2804 into bats-core:master Mar 4, 2022
@martin-schulze-vireso
Copy link
Member

Thanks for your PR.

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

Successfully merging this pull request may close these issues.

2 participants