We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9ff7e commit 6ebb8cbCopy full SHA for 6ebb8cb
checkmate.nix
@@ -67,7 +67,7 @@ in
67
};
68
69
match."test `match` composes with `filter`" = {
70
- expr = ((lit.match ".*/[^/]+_[^/]+\.nix").filter (lib.hasSuffix "b.nix")).leafs ./tree;
+ expr = ((lit.match ".*a_b.nix").filter (lib.hasInfix "/a/")).leafs ./tree;
71
expected = [ ./tree/a/a_b.nix ];
72
73
0 commit comments