From e6a672d024a130b9d365dfca1f37fa789fa6b1d7 Mon Sep 17 00:00:00 2001 From: piegames Date: Tue, 7 Oct 2025 16:57:13 +0200 Subject: [PATCH] tests/functional2/lang: Migrate builtins.toXML Change-Id: I31f47b9953ef0370dd8e57f6e43ee32d278c3663 --- .../lang/builtins.toXML/eval-okay-2.out.exp} | 0 .../lang/builtins.toXML/eval-okay.out.exp} | 0 .../lang/builtins.toXML/in-2.nix} | 0 .../lang/builtins.toXML/in.nix} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename tests/{functional/lang/eval-okay-toxml2.exp => functional2/lang/builtins.toXML/eval-okay-2.out.exp} (100%) rename tests/{functional/lang/eval-okay-toxml.exp => functional2/lang/builtins.toXML/eval-okay.out.exp} (100%) rename tests/{functional/lang/eval-okay-toxml2.nix => functional2/lang/builtins.toXML/in-2.nix} (100%) rename tests/{functional/lang/eval-okay-toxml.nix => functional2/lang/builtins.toXML/in.nix} (100%) diff --git a/tests/functional/lang/eval-okay-toxml2.exp b/tests/functional2/lang/builtins.toXML/eval-okay-2.out.exp similarity index 100% rename from tests/functional/lang/eval-okay-toxml2.exp rename to tests/functional2/lang/builtins.toXML/eval-okay-2.out.exp diff --git a/tests/functional/lang/eval-okay-toxml.exp b/tests/functional2/lang/builtins.toXML/eval-okay.out.exp similarity index 100% rename from tests/functional/lang/eval-okay-toxml.exp rename to tests/functional2/lang/builtins.toXML/eval-okay.out.exp diff --git a/tests/functional/lang/eval-okay-toxml2.nix b/tests/functional2/lang/builtins.toXML/in-2.nix similarity index 100% rename from tests/functional/lang/eval-okay-toxml2.nix rename to tests/functional2/lang/builtins.toXML/in-2.nix diff --git a/tests/functional/lang/eval-okay-toxml.nix b/tests/functional2/lang/builtins.toXML/in.nix similarity index 100% rename from tests/functional/lang/eval-okay-toxml.nix rename to tests/functional2/lang/builtins.toXML/in.nix