From 60806f747d33f48ba01fab6fa8be96fff83de497 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 15 Mar 2018 17:15:18 -0700 Subject: [PATCH] tags are now sorted when they are split --- 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 c592ed4..5aef7b6 100644 --- a/t/03_status.t +++ b/t/03_status.t @@ -26,7 +26,7 @@ is_deeply($temp[0]{blocks},[qw(1 2 3)], is_deeply($temp[0]{blockedby},[], 'split_status_fields handles empty fields properly', ); -is_deeply($temp[0]{tags},[qw(foo bar baz)], +is_deeply($temp[0]{tags},[qw(bar baz foo)], 'split_status_fields splits tags properly', ); my $temp = Debbugs::Status::split_status_fields($data); -- 2.39.2