From 5ab86ab8dcb59b5f63daa5ec869c8c6cbf97a458 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 2 Dec 2022 09:32:13 +0100 Subject: test(tvix/eval): add a test for repeated keys in listToAttrs This came up in the Nix Language channel today and I thought it warranted a test case. We did actually implement this correctly. Change-Id: I4b37c92d06eb6e3a7f59ea3d10af38f2b0a93d53 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7493 Reviewed-by: sterni Autosubmit: tazjin Tested-by: BuildkiteCI --- tvix/eval/src/tests/tvix_tests/eval-okay-repeated-list-to-attrs.exp | 1 + 1 file changed, 1 insertion(+) create mode 100644 tvix/eval/src/tests/tvix_tests/eval-okay-repeated-list-to-attrs.exp (limited to 'tvix/eval/src/tests/tvix_tests/eval-okay-repeated-list-to-attrs.exp') diff --git a/tvix/eval/src/tests/tvix_tests/eval-okay-repeated-list-to-attrs.exp b/tvix/eval/src/tests/tvix_tests/eval-okay-repeated-list-to-attrs.exp new file mode 100644 index 000000000000..b4a1e66d6b8a --- /dev/null +++ b/tvix/eval/src/tests/tvix_tests/eval-okay-repeated-list-to-attrs.exp @@ -0,0 +1 @@ +[ 1 2 ] -- cgit 1.4.1