-
Problem report
-
Resolution: Fixed
-
Trivial
-
6.0.13rc1, 6.2.7rc1
-
Sprint 96 (Jan 2023), Sprint 97 (Feb 2023), Sprint 98 (Mar 2023)
-
1
Steps to reproduce:
- Import the host zbx_calculated_item.yaml
- Open the calculated item from the imported host and press test button
- Press button "Get value and test"
Result: with VAR1 value \x server receives:
count(//trap[1], #10, "eq", "\\x") and count(//trap[1], #10, "eq", "\\x")
Note: in this case that happens even for non macro parameters.
Expected:
count(//trap[1], #10, "eq", "\x") and count(//trap[1], #10, "eq", "\x")