From 3f4b16f712aa4b5c610319c79b7e1d7d04140503 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 26 Apr 2017 08:59:30 +0200 Subject: Fix the easy bugs --- t/reading.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/reading.t b/t/reading.t index 79d2359..1c3a120 100644 --- a/t/reading.t +++ b/t/reading.t @@ -29,7 +29,7 @@ $config.read({ "b" => { "d" => "another" } -}) +}); is-deeply $config.get(), { "a" => -- cgit v1.1