aboutsummaryrefslogtreecommitdiff
path: root/t/having.t
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2017-04-24 00:11:31 +0200
committerPatrick Spek <p.spek@tyil.nl>2017-04-24 00:11:31 +0200
commit4719fa27d8a3de7e75162cdcc48c682e0c6affbc (patch)
tree9e48b90fb2acc9964f21a5db7b97afbe23a41a8d /t/having.t
parent852000b04805e0c12cc0552859311c5e9c884f69 (diff)
Add test descriptions
Diffstat (limited to 't/having.t')
-rw-r--r--t/having.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/having.t b/t/having.t
index d0ca5b3..3be2935 100644
--- a/t/having.t
+++ b/t/having.t
@@ -17,5 +17,5 @@ $config.read({
}
});
-ok $config.has("a");
-ok $config.has("b.c");
+ok $config.has("a"), "Check existence of simple key";
+ok $config.has("b.c"), "Check existence of nested key";