From c453719d6e9e1f96f4591b3da359d08b0ce11575 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Thu, 15 Jun 2023 02:29:30 +0200 Subject: [PATCH] rename files referring to antiquotation since we renamed this to string interpolation, file names should be fixed up as well --- ...d-antiquote-1.nix => eval-fail-bad-string-interpolation-1.nix} | 0 ...d-antiquote-2.nix => eval-fail-bad-string-interpolation-2.nix} | 0 ...d-antiquote-3.nix => eval-fail-bad-string-interpolation-3.nix} | 0 ...-antiquotation.exp => eval-okay-path-string-interpolation.exp} | 0 ...-antiquotation.nix => eval-okay-path-string-interpolation.nix} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename tests/lang/{eval-fail-bad-antiquote-1.nix => eval-fail-bad-string-interpolation-1.nix} (100%) rename tests/lang/{eval-fail-bad-antiquote-2.nix => eval-fail-bad-string-interpolation-2.nix} (100%) rename tests/lang/{eval-fail-bad-antiquote-3.nix => eval-fail-bad-string-interpolation-3.nix} (100%) rename tests/lang/{eval-okay-path-antiquotation.exp => eval-okay-path-string-interpolation.exp} (100%) rename tests/lang/{eval-okay-path-antiquotation.nix => eval-okay-path-string-interpolation.nix} (100%) diff --git a/tests/lang/eval-fail-bad-antiquote-1.nix b/tests/lang/eval-fail-bad-string-interpolation-1.nix similarity index 100% rename from tests/lang/eval-fail-bad-antiquote-1.nix rename to tests/lang/eval-fail-bad-string-interpolation-1.nix diff --git a/tests/lang/eval-fail-bad-antiquote-2.nix b/tests/lang/eval-fail-bad-string-interpolation-2.nix similarity index 100% rename from tests/lang/eval-fail-bad-antiquote-2.nix rename to tests/lang/eval-fail-bad-string-interpolation-2.nix diff --git a/tests/lang/eval-fail-bad-antiquote-3.nix b/tests/lang/eval-fail-bad-string-interpolation-3.nix similarity index 100% rename from tests/lang/eval-fail-bad-antiquote-3.nix rename to tests/lang/eval-fail-bad-string-interpolation-3.nix diff --git a/tests/lang/eval-okay-path-antiquotation.exp b/tests/lang/eval-okay-path-string-interpolation.exp similarity index 100% rename from tests/lang/eval-okay-path-antiquotation.exp rename to tests/lang/eval-okay-path-string-interpolation.exp diff --git a/tests/lang/eval-okay-path-antiquotation.nix b/tests/lang/eval-okay-path-string-interpolation.nix similarity index 100% rename from tests/lang/eval-okay-path-antiquotation.nix rename to tests/lang/eval-okay-path-string-interpolation.nix