Loading lib/tests/modules/types-attrTag.nix +0 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,6 @@ in assert config.merged.positive == { yay = 100; }; assert config.merged.extensi-foo == { extensible = "foo"; }; assert config.merged.extensi-bar == { extensible = "bar"; }; # assert lib.foldl' (a: b: builtins.trace b a) true (lib.attrNames config.docs); assert config.docs."submodules.<name>.foo.bar".type == "signed integer"; assert config.docs."submodules.<name>.qux".type == "string"; assert lib.length config.docs."merged.<name>.extensible".declarations == 2; Loading Loading
lib/tests/modules/types-attrTag.nix +0 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,6 @@ in assert config.merged.positive == { yay = 100; }; assert config.merged.extensi-foo == { extensible = "foo"; }; assert config.merged.extensi-bar == { extensible = "bar"; }; # assert lib.foldl' (a: b: builtins.trace b a) true (lib.attrNames config.docs); assert config.docs."submodules.<name>.foo.bar".type == "signed integer"; assert config.docs."submodules.<name>.qux".type == "string"; assert lib.length config.docs."merged.<name>.extensible".declarations == 2; Loading