Closed Lukasss93 closed 3 years ago
The larex:insert command add wrong enclosure if there is a quotation mark with a comma.
Example:
Input: test "cool" and, oops
test "cool" and, oops
Output: ""test ""cool"" and, oops""
""test ""cool"" and, oops""
Expected: "test ""cool"" and, oops"
"test ""cool"" and, oops"
Fixed
The larex:insert command add wrong enclosure if there is a quotation mark with a comma.
Example:
Input:
test "cool" and, oops
Output:
""test ""cool"" and, oops""
Expected:
"test ""cool"" and, oops"