Skip to content

Commit

Permalink
Fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
slideclimb committed Mar 24, 2024
1 parent fb5f0ef commit 9293bce
Showing 1 changed file with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit 9293bce

Please sign in to comment.