kevinrr888 commented on PR #5868: URL: https://github.com/apache/accumulo/pull/5868#issuecomment-3258976400
> Maybe we can fix them after all, I just read that a trailing \ at the end of a line will not print a newline in the resulting string. Not sure if it's worth it though, descriptions like the one you sent are legible in my opinion. Adding `\` with multi-line strings vs just concatenating strings may not be much different. The problems come with strings that have things like `\n` `\"` and make them hard to read. The multi-line strings are nice in that they handle `\n` `\"`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
