From 248b1f33dca246c5341c06c9bc0ff92f57cf37ac Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 26 Jul 2009 04:58:44 -0700 Subject: [PATCH] * the tags are actually separated by single spaces, not comma space --- t/03_status.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/03_status.t b/t/03_status.t index eec2d54..c592ed4 100644 --- a/t/03_status.t +++ b/t/03_status.t @@ -13,7 +13,7 @@ use_ok('Debbugs::Status'); my $data = {package => 'foo, bar, baz', blocks => '1 2 3', blockedby => '', - tags => 'foo, bar , baz', + tags => 'foo bar baz', }; my @temp = Debbugs::Status::split_status_fields($data); -- 2.39.2