Unverified Commit 5c9f6077 authored by Johannes Kirschbauer's avatar Johannes Kirschbauer
Browse files

lib/concatLines: add test for empty list

parent 66f4e5d9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -559,6 +559,10 @@ runTests {
    ];
    expected = "a\nb\nc\n";
  };
  testConcatLinesEmpty = {
    expr = concatLines [ ];
    expected = "";
  };

  testMakeIncludePathWithPkgs = {
    expr = (