You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
More than one templated elements that are not having any spaces in between, are captured in a single element.
Eg: key1=${value1},key2=${value2} should have two elements: value1 and value2.
But it is detected as a single element, that is: value1},key2=${value2.
Description:
More than one templated elements that are not having any spaces in between, are captured in a single element.
Eg:
key1=${value1},key2=${value2}
should have two elements: value1 and value2.But it is detected as a single element, that is: value1},key2=${value2.
Suggested Labels:
Bug
Suggested Assignees:
@senthuran16
Steps to reproduce:
template-editor
key1=${value1},key2=${value2}
The text was updated successfully, but these errors were encountered: