Add a rec set test when using pathed names

This commit is contained in:
John Wiegley 2018-08-05 10:42:55 -04:00
parent bef6db5beb
commit bf8d9c177e
No known key found for this signature in database
GPG key ID: C144D8F4F19FE630

View file

@ -295,6 +295,10 @@ case_directory_pathexists =
-- "\"/1rz4g4znpzjwh1xymhjpm42vipw92pr73vdgl6xs1hycac8kf2n9\""
-- "builtins.placeholder \"out\""
case_rec_path_attr =
constantEqualText "10"
"let src = 10; x = rec { passthru.src = src; }; in x.passthru.src"
-----------------------
tests :: TestTree