From 1dc174b4df57f7f0680e96753b355c979433f774 Mon Sep 17 00:00:00 2001 From: piegames Date: Sun, 12 Oct 2025 12:40:02 +0200 Subject: [PATCH] =?UTF-8?q?tests/functional2/lang:=20Rename=20ind-string?= =?UTF-8?q?=20=E2=86=92=20string-indented?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To make it easier to find them and increase locality Change-Id: I6365e91d2c79362c05b766415cc1972346d7a610 --- .../eval-okay-backslash-newline.out.exp | 0 .../lang/{ind-string => string-indented}/eval-okay.out.exp | 0 .../lang/{ind-string => string-indented}/in-backslash-newline.nix | 0 tests/functional2/lang/{ind-string => string-indented}/in.nix | 0 .../lang/{ind-string => string-indented}/parse-okay.out.exp | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename tests/functional2/lang/{ind-string => string-indented}/eval-okay-backslash-newline.out.exp (100%) rename tests/functional2/lang/{ind-string => string-indented}/eval-okay.out.exp (100%) rename tests/functional2/lang/{ind-string => string-indented}/in-backslash-newline.nix (100%) rename tests/functional2/lang/{ind-string => string-indented}/in.nix (100%) rename tests/functional2/lang/{ind-string => string-indented}/parse-okay.out.exp (100%) diff --git a/tests/functional2/lang/ind-string/eval-okay-backslash-newline.out.exp b/tests/functional2/lang/string-indented/eval-okay-backslash-newline.out.exp similarity index 100% rename from tests/functional2/lang/ind-string/eval-okay-backslash-newline.out.exp rename to tests/functional2/lang/string-indented/eval-okay-backslash-newline.out.exp diff --git a/tests/functional2/lang/ind-string/eval-okay.out.exp b/tests/functional2/lang/string-indented/eval-okay.out.exp similarity index 100% rename from tests/functional2/lang/ind-string/eval-okay.out.exp rename to tests/functional2/lang/string-indented/eval-okay.out.exp diff --git a/tests/functional2/lang/ind-string/in-backslash-newline.nix b/tests/functional2/lang/string-indented/in-backslash-newline.nix similarity index 100% rename from tests/functional2/lang/ind-string/in-backslash-newline.nix rename to tests/functional2/lang/string-indented/in-backslash-newline.nix diff --git a/tests/functional2/lang/ind-string/in.nix b/tests/functional2/lang/string-indented/in.nix similarity index 100% rename from tests/functional2/lang/ind-string/in.nix rename to tests/functional2/lang/string-indented/in.nix diff --git a/tests/functional2/lang/ind-string/parse-okay.out.exp b/tests/functional2/lang/string-indented/parse-okay.out.exp similarity index 100% rename from tests/functional2/lang/ind-string/parse-okay.out.exp rename to tests/functional2/lang/string-indented/parse-okay.out.exp