From 19e2aa4a388078527a7cb13a43984a8b0d873907 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 4 Dec 2021 13:04:04 +0530 Subject: remove tests for unquoted_splices --- bin/tests/data/unquoted_splices.nix | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 bin/tests/data/unquoted_splices.nix (limited to 'bin/tests/data') diff --git a/bin/tests/data/unquoted_splices.nix b/bin/tests/data/unquoted_splices.nix deleted file mode 100644 index 30935b0..0000000 --- a/bin/tests/data/unquoted_splices.nix +++ /dev/null @@ -1,15 +0,0 @@ -let - x = 2; - y = 3; - a = { "2" = y; }; -in -[ - ${x} - ${toString (x + y)} - a.${toString x} - - # multiline test - ${ - toString x - } -] -- cgit v1.2.3