From 9293bce05240d8a9ba22562248d92012c6bb4642 Mon Sep 17 00:00:00 2001 From: Abby Berkers Date: Sun, 24 Mar 2024 13:35:01 +0100 Subject: [PATCH] Fix test cases --- .../formatting/LatexLineWrapStrategyTest.kt | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/test/nl/hannahsten/texifyidea/formatting/LatexLineWrapStrategyTest.kt b/test/nl/hannahsten/texifyidea/formatting/LatexLineWrapStrategyTest.kt index 8c5b22dbd..dc477c893 100644 --- a/test/nl/hannahsten/texifyidea/formatting/LatexLineWrapStrategyTest.kt +++ b/test/nl/hannahsten/texifyidea/formatting/LatexLineWrapStrategyTest.kt @@ -39,8 +39,11 @@ class LatexLineWrapStrategyTest : BasePlatformTestCase() { myFixture.configureByText(LatexFileType, text) myFixture.performEditorAction("ReformatCode") val expected = """ - \section{This includes permissions.} - \href{https://the-very-very-long.url}{This includes} + \section + {This includes permissions.} + \href + {https://the-very-very-long.url} + {This includes} permissions. """.trimIndent() myFixture.checkResult(expected) @@ -82,14 +85,14 @@ class LatexLineWrapStrategyTest : BasePlatformTestCase() { \documentclass{article} \begin{document} Über die grüne Wiese hüpft - er das gemeinsame + er das gemeinsame Frühstück - Beisammensein, onders + Beisammensein, onders ${'$'}^{,}${'$'} bei - jedoch - \footfullcite{author} + jedoch + \footfullcite{author} abhielt \end{document}