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

.should.match not working with multiple line #14

Open
theapache64 opened this issue May 4, 2020 · 0 comments
Open

.should.match not working with multiple line #14

theapache64 opened this issue May 4, 2020 · 0 comments

Comments

@theapache64
Copy link

Is there anyway you can support multi-line matching? 😄

"""
    This is
    some multiline 123
    text
""".trimIndent().should.match("some multiline \\d+".toRegex(RegexOption.MULTILINE))
@theapache64 theapache64 changed the title .should.match not working with mutlipleline .should.match not working with multiple line May 4, 2020
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