tests/functional2/lang: Migrate path-string-interpolation

Change-Id: I6f5d1830363c8dff4fa6b368550c8c4247766609
This commit is contained in:
Commentator2.0
2025-11-18 19:45:15 +01:00
parent 8d75a61f73
commit 86964fb440
3 changed files with 1 additions and 1 deletions
@@ -1 +0,0 @@
{ absolute = /foo; expr = /pwd/foo/bar; home = /fake-home/foo; notfirst = /pwd/bar/foo; simple = /pwd/foo; slashes = /foo/bar; surrounded = /pwd/a-foo-b; }
@@ -0,0 +1 @@
{ absolute = /foo; expr = /pwd/foo/bar; home = /pwd/foo; notfirst = /pwd/bar/foo; simple = /pwd/foo; slashes = /foo/bar; surrounded = /pwd/a-foo-b; }