From b912f91f629db1a6178f11b2840436cd5579e3d6 Mon Sep 17 00:00:00 2001 From: piegames Date: Tue, 24 Jun 2025 17:38:54 +0200 Subject: [PATCH] tests/functional2/lang: Migrate with tests Change-Id: I3a6c2fb38569711d717f8488c7a949a4afbea675 --- .../lang/with/eval-okay-delayed-with-inherit.out.exp} | 0 .../lang/with/eval-okay-delayed-with.out.exp} | 0 .../eval-okay.out.exp => with/eval-okay-nested-with.out.exp} | 0 .../lang/with/in-delayed-with-inherit.nix} | 0 .../lang/with/in-delayed-with.nix} | 0 .../lang/{nested-with/in.nix => with/in-nested-with.nix} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename tests/{functional/lang/eval-okay-delayed-with-inherit.exp => functional2/lang/with/eval-okay-delayed-with-inherit.out.exp} (100%) rename tests/{functional/lang/eval-okay-delayed-with.exp => functional2/lang/with/eval-okay-delayed-with.out.exp} (100%) rename tests/functional2/lang/{nested-with/eval-okay.out.exp => with/eval-okay-nested-with.out.exp} (100%) rename tests/{functional/lang/eval-okay-delayed-with-inherit.nix => functional2/lang/with/in-delayed-with-inherit.nix} (100%) rename tests/{functional/lang/eval-okay-delayed-with.nix => functional2/lang/with/in-delayed-with.nix} (100%) rename tests/functional2/lang/{nested-with/in.nix => with/in-nested-with.nix} (100%) diff --git a/tests/functional/lang/eval-okay-delayed-with-inherit.exp b/tests/functional2/lang/with/eval-okay-delayed-with-inherit.out.exp similarity index 100% rename from tests/functional/lang/eval-okay-delayed-with-inherit.exp rename to tests/functional2/lang/with/eval-okay-delayed-with-inherit.out.exp diff --git a/tests/functional/lang/eval-okay-delayed-with.exp b/tests/functional2/lang/with/eval-okay-delayed-with.out.exp similarity index 100% rename from tests/functional/lang/eval-okay-delayed-with.exp rename to tests/functional2/lang/with/eval-okay-delayed-with.out.exp diff --git a/tests/functional2/lang/nested-with/eval-okay.out.exp b/tests/functional2/lang/with/eval-okay-nested-with.out.exp similarity index 100% rename from tests/functional2/lang/nested-with/eval-okay.out.exp rename to tests/functional2/lang/with/eval-okay-nested-with.out.exp diff --git a/tests/functional/lang/eval-okay-delayed-with-inherit.nix b/tests/functional2/lang/with/in-delayed-with-inherit.nix similarity index 100% rename from tests/functional/lang/eval-okay-delayed-with-inherit.nix rename to tests/functional2/lang/with/in-delayed-with-inherit.nix diff --git a/tests/functional/lang/eval-okay-delayed-with.nix b/tests/functional2/lang/with/in-delayed-with.nix similarity index 100% rename from tests/functional/lang/eval-okay-delayed-with.nix rename to tests/functional2/lang/with/in-delayed-with.nix diff --git a/tests/functional2/lang/nested-with/in.nix b/tests/functional2/lang/with/in-nested-with.nix similarity index 100% rename from tests/functional2/lang/nested-with/in.nix rename to tests/functional2/lang/with/in-nested-with.nix