···398checkConfigOutput '^"mergedName.<id>.nested"$' config.result ./name-merge-attrsWith-1.nix
399checkConfigError 'The option .mergedName. in .*\.nix. is already declared in .*\.nix' config.mergedName ./name-merge-attrsWith-2.nix
4000000401# Even with multiple assignments, a type error should be thrown if any of them aren't valid
402checkConfigError 'A definition for option .* is not of type .*' \
403 config.value ./declare-int-unsigned-value.nix ./define-value-list.nix ./define-value-int-positive.nix
···398checkConfigOutput '^"mergedName.<id>.nested"$' config.result ./name-merge-attrsWith-1.nix
399checkConfigError 'The option .mergedName. in .*\.nix. is already declared in .*\.nix' config.mergedName ./name-merge-attrsWith-2.nix
400401+# Test the attrsOf functor.wrapped warning
402+# shellcheck disable=2016
403+NIX_ABORT_ON_WARN=1 checkConfigError 'The deprecated `type.functor.wrapped` attribute of the option `mergedLazyLazy` is accessed, use `type.nestedTypes.elemType` instead.' options.mergedLazyLazy.type.functor.wrapped ./lazy-attrsWith.nix
404+405# Even with multiple assignments, a type error should be thrown if any of them aren't valid
406checkConfigError 'A definition for option .* is not of type .*' \
407 config.value ./declare-int-unsigned-value.nix ./define-value-list.nix ./define-value-int-positive.nix