Loading lib/tests/misc.nix +4 −0 Original line number Diff line number Diff line Loading @@ -559,6 +559,10 @@ runTests { ]; expected = "a\nb\nc\n"; }; testConcatLinesEmpty = { expr = concatLines [ ]; expected = ""; }; testMakeIncludePathWithPkgs = { expr = ( Loading Loading
lib/tests/misc.nix +4 −0 Original line number Diff line number Diff line Loading @@ -559,6 +559,10 @@ runTests { ]; expected = "a\nb\nc\n"; }; testConcatLinesEmpty = { expr = concatLines [ ]; expected = ""; }; testMakeIncludePathWithPkgs = { expr = ( Loading