Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPirates committed Nov 20, 2024
1 parent 0113d6c commit 40f1b20
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,17 @@ class LatexTypedHandlerTest : BasePlatformTestCase() {
}

fun testLeftRight() {
myFixture.configureByText(LatexFileType, """
myFixture.configureByText(
LatexFileType,
"""
\[
\left(
a+b<caret>
\xi
\right)
\]
""".trimIndent())
""".trimIndent()
)
myFixture.type("\n+c")
myFixture.checkResult(
"""
Expand Down

0 comments on commit 40f1b20

Please sign in to comment.