Skip to content

Commit

Permalink
Fix test and update dlls
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPirates committed Jul 31, 2022
1 parent cea73c3 commit 1ccec8c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified lib/JavaDDE.dll
Binary file not shown.
Binary file modified lib/JavaDDEx64.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class NonAsciiCharactersInspectionTest : TexifyInspectionTestBase(NonAsciiCharac
LatexFileType,
"""
\textbf{erhöhen}
\label{<warning descr="Non-ASCII characters in an identifier"><warning descr="Symbols from different languages found: [LATIN, CYRILLIC]">sec:Название</warning></warning>}
\label{sec:<warning descr="Non-ASCII characters"><warning descr="Non-ASCII symbols in the ASCII word">Название</warning></warning>}
""".trimIndent()
)
myFixture.checkHighlighting()
Expand Down

0 comments on commit 1ccec8c

Please sign in to comment.