lib/concatLines: add test for empty list
This commit is contained in:
@@ -559,6 +559,10 @@ runTests {
|
||||
];
|
||||
expected = "a\nb\nc\n";
|
||||
};
|
||||
testConcatLinesEmpty = {
|
||||
expr = concatLines [ ];
|
||||
expected = "";
|
||||
};
|
||||
|
||||
testMakeIncludePathWithPkgs = {
|
||||
expr = (
|
||||
|
||||
Reference in New Issue
Block a user