Details
-
Problem report
-
Resolution: Fixed
-
Trivial
-
6.0.9rc1, 6.2.3rc1, 6.4.0alpha1
-
Team C
-
Sprint 91 (Aug 2022), Sprint 92 (Sep 2022)
-
0.5
Description
Steps to reproduce:
- Open trigger form
- Open expression wizard modal
- Select string function "find"
- Set "V" field value to "\n"
- Press Insert
Result:
Expression is set to:
find(/host/item,,,"\n")="\\r"
Expected:
Backslash in function quoted parameters is escaped.
find(/host/item,,,"\\n")="\\r"