t/tick............NOK 5# Failed test (t/tick.t at line 39)
# got: "POST http://x/\x{0a}Content-Length: 21\x{0a}Content-"...
# length: 113
# expected: "POST http://x/\x{0a}Content-Length: 21 \x{0a}Content"...
# length: 114
# strings begin to differ at char 23
# Looks like you failed 1 tests of 5.
Oooh, an extra, invisible space! Thanks, Test::LongString! (and Rafaël!)
Cool (Score:5, Informative)
Reply to This
Boy, can I use this! (Score:1)
This will make is much easier to see where the emitted dot code is different. Thanks from me too.