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

Invalid extended regular expression error with '.*' #23

Open
wholtz opened this issue Nov 28, 2022 · 0 comments
Open

Invalid extended regular expression error with '.*' #23

wholtz opened this issue Nov 28, 2022 · 0 comments

Comments

@wholtz
Copy link

wholtz commented Nov 28, 2022

When I run the following test:

@test "example" {
   load 'test_helper/bats-support/load'
   load 'test_helper/bats-assert/load'
   run echo 'foo'
   assert_output --regexp '.*'
}

The test fails with the message:
Invalid extended regular expression: '.*'

I would expect this test to pass and the regexp looks valid to me.

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

No branches or pull requests

1 participant