From 7313624f98295bb80416009cf21012cec10bdc15 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 26 Apr 2017 09:48:28 +0200 Subject: I fucked up the test --- t/reading.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't') diff --git a/t/reading.t b/t/reading.t index 1c3a120..e43252a 100644 --- a/t/reading.t +++ b/t/reading.t @@ -15,7 +15,7 @@ throws-like { $config.read("t/test-stub") }, Config::Exception::UnknownTypeExcep throws-like { $config.read("t/test-stub", "Config::Parser:NoSuchParserForTest") }, Config::Exception::MissingParserException, "Using non-existing parser"; my $hash = { - "a" => + "a" => "a", "b" => { "c" => "test" } @@ -32,7 +32,7 @@ $config.read({ }); is-deeply $config.get(), { - "a" => + "a" => "a", "b" => { "c" => "test", "d" => "another" -- cgit v1.1