Open John-Colvin opened 1 year ago
The tricky bit here is figuring out what the algorithm should be, and I don't know myself.
I was imagining "if found newline in message, split lines, prefix each line with |
, join the pieces, add a \n
to the front, there's your new message". I don't know if the outcome is the right one though.
It can get pretty confusing to read the output when the expected & got values are multi-line. I'm not sure entirely what would be best to solve this, but maybe like this:
or some other way of signalling "this bit is the values"