Skip to content

Commit 4313cc6

Browse files
Copilotnixel2007
andcommitted
Add semicolons to BSL test code and remove trailing whitespace
Co-authored-by: nixel2007 <1132840+nixel2007@users.noreply.github.com>
1 parent 779d969 commit 4313cc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/java/com/github/_1c_syntax/bsl/languageserver/context/computer/VariableSymbolTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ void testNoNPEOnMalformedLValue() {
154154
// Malformed code with syntax errors should not cause NPE
155155
String code = """
156156
Процедура Тест()
157-
Переменная =
158-
=
159-
Док.Записать
157+
Переменная =;
158+
=;
159+
Док.Записать;
160160
КонецПроцедуры
161161
""";
162162

0 commit comments

Comments
 (0)