From 9126b0f1c0d47c794d7d41065c9c93529905d7d0 Mon Sep 17 00:00:00 2001 From: Simon Halvorsen Date: Tue, 26 May 2026 15:07:16 +0200 Subject: [PATCH] Fix: Update tests to be properly escaped Ticket: ENT-14035 Changelog: none Signed-off-by: Simon Halvorsen --- .../acceptance/01_vars/02_functions/maparray.cf.expected.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/acceptance/01_vars/02_functions/maparray.cf.expected.json b/tests/acceptance/01_vars/02_functions/maparray.cf.expected.json index 4beadbc9e5..4a08d755b7 100644 --- a/tests/acceptance/01_vars/02_functions/maparray.cf.expected.json +++ b/tests/acceptance/01_vars/02_functions/maparray.cf.expected.json @@ -29,7 +29,7 @@ "element3" ], "load3": { - "x"x": "y\"y" + "x\"x": "y\"y" }, "load4": [], "load5[anotherkey]": "anothervalue", @@ -149,6 +149,6 @@ "static[anotherkey]": "anothervalue", "static[lastkey!]": "lastvalue", "static[mykey]": "myvalue", - "static[x"x]": "xxvalue", + "static[x\"x]": "xxvalue", "static[x]": "xvalue" }