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" }