lib/concatLines: add test for empty list

This commit is contained in:
Johannes Kirschbauer
2026-04-28 10:08:32 +02:00
parent 66f4e5d988
commit 5c9f6077a7
+4
View File
@@ -559,6 +559,10 @@ runTests {
];
expected = "a\nb\nc\n";
};
testConcatLinesEmpty = {
expr = concatLines [ ];
expected = "";
};
testMakeIncludePathWithPkgs = {
expr = (