Branch: refs/heads/claude/laughing-goodall-pklyu1-s6126 Home: https://github.com/xwiki/xwiki-platform Commit: a50c37fd2e17bd368607267e77b0d7cece9b775d https://github.com/xwiki/xwiki-platform/commit/a50c37fd2e17bd368607267e77b0d... Author: Vincent Massol <[email protected]> Date: 2026-07-23 (Thu, 23 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-macro/src/test/java/org/xwiki/rendering/internal/macro/DisplayMacroTest.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-include/src/test/java/org/xwiki/rendering/internal/macro/include/IncludeMacroTest.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/test/java/org/xwiki/rendering/wikimacro/internal/DefaultWikiMacroTest.java Log Message: ----------- [Misc] Replace String concatenations with text blocks in tests (SonarCloud java:S6126) Convert multi-line String concatenations used as expected values in rendering macro unit tests to Java text blocks, as flagged by SonarCloud rule java:S6126. Purely a test-readability change: the produced strings are byte-identical (verified by the tests, which compare the exact expected output), and the now-redundant // @formatter:off / // @formatter:on markers wrapping only a converted literal are removed. 22 occurrences across IncludeMacroTest, DisplayMacroTest and DefaultWikiMacroTest. Co-Authored-By: Vincent Massol <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications