Skip to content

Commit

Permalink
Поломал тест с NoSuchElementException
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Sosnoviy committed Jun 21, 2024
1 parent 656b264 commit 7e2945b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/test/resources/diagnostics/DoubleNegativesDiagnostic.bsl
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@
// Прямое двойное отрицание

Б = Не (Не Значение);
Б = Не (Не Значение И ДругоеЗначение); // не срабатывает
Б = Не (Не Значение И ДругоеЗначение); // не срабатывает

// NoSuchElementException
Запись = РегистрыСведений.ЗаданияКПересчетуСтатуса.СоздатьМенеджерЗаписи();
Запись.Записать(Истина);

0 comments on commit 7e2945b

Please sign in to comment.