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

String concatenation does not work if there is a point #3532

Closed
astickru opened this issue Oct 24, 2021 · 1 comment
Closed

String concatenation does not work if there is a point #3532

astickru opened this issue Oct 24, 2021 · 1 comment
Assignees
Labels
Milestone

Comments

@astickru
Copy link

If there is a "point" character in the string. Example:
try {
const r = m.runExpression('"p1. " + "p2"');
console.log('result: ', r);
} catch (err) {
console.log('error: ', err);
}

@andrewtelnov andrewtelnov added this to Incoming in Current sprint progress via automation Oct 24, 2021
@andrewtelnov andrewtelnov moved this from Incoming to In Progress in Current sprint progress Oct 24, 2021
@andrewtelnov andrewtelnov changed the title String concatenation does not work String concatenation does not work if there is a point Oct 24, 2021
@andrewtelnov andrewtelnov moved this from In Progress to Waiting for... in Current sprint progress Oct 24, 2021
@andrewtelnov andrewtelnov added this to the v1.8.74 milestone Oct 24, 2021
@andrewtelnov
Copy link
Member

@astickru I have fixed it by the commit above.

Thank you,
Andrew

@andrewtelnov andrewtelnov self-assigned this Oct 24, 2021
Current sprint progress automation moved this from Waiting for... to v1.8.74 Oct 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants