Skip to content

Commit

Permalink
Merge pull request #1877 from 1c-syntax/feature/bumpVersions
Browse files Browse the repository at this point in the history
Обновил версию парсера и добавил тест корректности запроса
  • Loading branch information
nixel2007 authored Oct 13, 2021
2 parents f82ae08 + 820014b commit af27d3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
api("org.eclipse.lsp4j", "org.eclipse.lsp4j", "0.12.0")

// 1c-syntax
api("com.github.1c-syntax", "bsl-parser", "dcefcd09d5") {
api("com.github.1c-syntax", "bsl-parser", "0.20.1") {
exclude("com.tunnelvisionlabs", "antlr4-annotations")
exclude("com.ibm.icu", "*")
exclude("org.antlr", "ST4")
Expand Down
7 changes: 6 additions & 1 deletion src/test/resources/diagnostics/QueryParseErrorDiagnostic.bsl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ТекстЗапроса =
"ВЫБРАТЬ ССЫЛКА
"ВЫБРАТЬ Максимум(ССЫЛКА = &Параметр) КАК УсловиеВАгрегатнойФункции
|ИЗ Справочник.Контрагенты";

ТекстЗапросаОшибка1 =
Expand Down Expand Up @@ -34,3 +34,8 @@

ТекстНеЗапроса6 =
"Вам нужно выбрать значение из списка";

ТекстЗапроса =
"ВЫБРАТЬ ПОЛЕ
|ИЗ РегистрНакопления.Регистр2.Остатки(Дата1, Дата2, (Измерение1, Измерение2) В
| (Выбрать Поле1, Поле2 Из Справочник.Справочник1))";

0 comments on commit af27d3b

Please sign in to comment.