Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Неверный разбор шага с строковыми параметрами с разными кавычками и числовыми параметрами #141

Open
artbear opened this issue Aug 9, 2018 · 0 comments

Comments

@artbear
Copy link
Owner

artbear commented Aug 9, 2018

И Код возврата команды '"Мой командный файл.cmd" "789"' равен 0
а в реализации

//Код возврата команды "git" равен 1
Процедура КодВозвратаКомандыРавен(Знач ИмяКоманды, Знач ОжидаемыйКодВозврата) Экспорт
	
Сообщить("ИмяКоманды " + ИмяКоманды);
Сообщить("ОжидаемыйКодВозврата " + ОжидаемыйКодВозврата);
КонецПроцедуры

будет выдано неверное сообщение, где параметры поменялись местами :(

ИмяКоманды 0
ОжидаемыйКодВозврата "Мой командный файл.cmd" "789"
@artbear artbear added this to the 1.8.0 milestone Aug 25, 2018
@artbear artbear modified the milestones: 1.8.0, next Sep 23, 2018
artbear added a commit that referenced this issue Nov 30, 2020
@artbear artbear modified the milestones: 1.11.0, 1.12.0 Nov 30, 2020
@artbear artbear modified the milestones: 1.12.0, 1.13 Mar 14, 2021
@artbear artbear modified the milestones: 1.13, v1.14 Nov 20, 2021
@artbear artbear modified the milestones: v1.14, v1.15 Feb 1, 2024
@artbear artbear modified the milestones: v1.15, v1.16 Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant