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

Захват лишних символов при обрамлении скобками #125

Open
7OH opened this issue Dec 29, 2020 · 0 comments
Labels
bug Something isn't working script

Comments

@7OH
Copy link
Contributor

7OH commented Dec 29, 2020

Описание ошибки
При вставке функции обрамлении переменной скобками - скобка захватывает запятую после переменной.

Сценарий воспроизведения
Шаги по воспроизведению:
новСтр = СтрЗаменить(текст, ".", "");
Пишем ещё СтрЗаменить перед текст
получаем
аа = СтрЗаменить(СтрЗаменить(текст,) ".", "");

Ожидаемое поведение, если бы ошибки не было
аа = СтрЗаменить(СтрЗаменить(текст), ".", "");

Дополнительно:
На новой строке пишем
бб = СтрЗаме
вставляет
бб = СтрЗаменить(ооо,)

#119 @artbear , глянешь ?

@artbear artbear added the script label Jan 20, 2021
@artbear artbear added the bug Something isn't working label Feb 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working script
Projects
None yet
Development

No branches or pull requests

2 participants