forked from lix-project/hydra
pin
This commit is contained in:
parent
4dfe787bc2
commit
327d79bc1d
|
@ -32,7 +32,7 @@ $attrs->registerValue("bar.baz.tux");
|
||||||
$attrs->registerValue("bar.baz.bux.foo.bar.baz");
|
$attrs->registerValue("bar.baz.bux.foo.bar.baz");
|
||||||
|
|
||||||
is(
|
is(
|
||||||
$attrs->enumerate(),
|
\@{$attrs->enumerate()},
|
||||||
[
|
[
|
||||||
# "foo": skipped since we're registering values, and we
|
# "foo": skipped since we're registering values, and we
|
||||||
# only want to track nested attribute sets.
|
# only want to track nested attribute sets.
|
||||||
|
|
Loading…
Reference in a new issue