Asserting output to be a multiline value? #1051
-
I want to test a function that prints a few lines to stdout, e.g.
Here is what I have tried:
but this is the result:
How do I achieve this? |
Beta Was this translation helpful? Give feedback.
Answered by
martin-schulze-vireso
Jan 6, 2025
Replies: 1 comment
-
This is more of a bash problem. Try:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
velle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is more of a bash problem. Try: