casher
casher copied to clipboard
Fix printf format
"%b" allows the argument to include escaped sequences such as "\n"
Supersedes #47.
Then you need to escape backslash sequences each time you include external text into a message. Otherwise, any such sequences that happen to be in that text will be expanded, too, which is undesired.
https://github.com/travis-ci/casher/pull/50