Skip to content

Conversation

@waterkip
Copy link
Contributor

This changes the way how the output is returned when a test fails because like() will show the needle and the haystack unlike the ok(foo =~ /bar/) construction previously used.

perl -p -i -e 's#ok\((\S+) =~ #like($1, qr#' t/*.t

This changes the way how the output is returned when a test fails because
like() will show the needle and the haystack unlike the ok(foo =~ /bar/)
construction previously used.

    perl -p -i -e 's#ok\((\S+) =~ #like($1, qr#' t/*.t

Signed-off-by: Wesley Schwengle <waterkip@cpan.org>
Copy link
Contributor

@timlegge timlegge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@waterkip waterkip merged commit 5115344 into perl-net-saml2:main Jun 20, 2023
@waterkip waterkip deleted the GL-ok-to_like branch July 3, 2023 12:39
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