From e12600c60f48b0d985fb758363e174e538942c55 Mon Sep 17 00:00:00 2001 From: Nick Anderson Date: Tue, 2 Jun 2026 09:45:37 -0500 Subject: [PATCH 1/2] ENT-14145: Bumped libntech to include PathWalk fix (3.27) Ticket: ENT-14145 Changelog: Title (cherry picked from commit 172983c2c) --- libntech | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libntech b/libntech index e972743ee1..944af926a7 160000 --- a/libntech +++ b/libntech @@ -1 +1 @@ -Subproject commit e972743ee1ecb29c36573af7dd67734ee59c56ce +Subproject commit 944af926a78c2410075419145510c4f4beb2901d From 9cfdab1cfe27d89aebcd5b39b4e5a48d627840fd Mon Sep 17 00:00:00 2001 From: Simon Halvorsen Date: Tue, 26 May 2026 15:07:16 +0200 Subject: [PATCH 2/2] 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" }