aboutsummaryrefslogtreecommitdiff
path: root/t/having.t
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2017-04-26 08:17:33 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-07-25 02:16:14 +0200
commit5a1e1bd45face0ace9506629e8ef1b1538f4eba7 (patch)
tree08cb12d101c47ee93286b9c42840ff068f367e81 /t/having.t
parentc559701a0ad000ecf3736eb64a4735ab2f2719a2 (diff)
Update test cases
Diffstat (limited to 't/having.t')
-rw-r--r--t/having.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/having.t b/t/having.t
index 3be2935..7c3a67e 100644
--- a/t/having.t
+++ b/t/having.t
@@ -19,3 +19,5 @@ $config.read({
ok $config.has("a"), "Check existence of simple key";
ok $config.has("b.c"), "Check existence of nested key";
+ok $config.has(["a"]), "Check existence of simple key using array";
+ok $config.has(["b", "c"]), "Check existence of nested key using array";