I20260331-1800
- add new code to QuickAssistProcessor to offer a proposal to convert a StringLiteral to text block if the string contains at least one newline - modify StringConcatToTextBlockFixCore to pass a single string literal to the constructor in which case just convert the one string literal to a text block - add new tests to AssistQuickFixTest15 - fixes #2817