From 4719fa27d8a3de7e75162cdcc48c682e0c6affbc Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 24 Apr 2017 00:11:31 +0200 Subject: Add test descriptions --- t/having.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/having.t') 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"; -- cgit v1.1