KalleOlaviNiemitalo commented on PR #3128: URL: https://github.com/apache/avro/pull/3128#issuecomment-2322177408
If the schema has `"doc": "Top level Doc.\r\nWith multiple lines"`, then it might be useful to trim the `\r` from the comment and assume that the ostream will expand `\n` back to `\r\n` if that's the convention on the operating system. If the schema has `"doc": "First paragraph.\n\nSecond paragraph."`, then it would be nicer to output the blank line as just `//` rather than with a trailing space `// `. -- 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]
