omkar-shitole commented on issue #33789: URL: https://github.com/apache/shardingsphere/issues/33789#issuecomment-2522771852
Hello, I reviewed the bug report and identified that using `System.lineSeparator()` on Windows adds `\r\n` line endings, which do not match the` \n` line endings used in the text files configured in the repository. This mismatch causes test failures on Windows systems. To address this, I propose replacing `System.lineSeparator()` with `"\n"` to ensure consistency across platforms. Since `.ftl` and other text files in the repository use \n as the standard line separator, this change will ensure tests behave consistently regardless of the operating system. I have some changes ready. Could you please assign this issue to me? -- 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]
