https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25078 --- Comment #75 from Victor Grousset/tuxayo <victor@tuxayo.net> --- description => [qw(Multi lines description)], It's multiline and it doesn't matter that we actually use it, just having this syntax work is enough right? description => ["Testing", "multi lines", " failure"], up => sub { my $dbh = C4::Context->dbh; $dbh->do(q{ALTER TABLE Foo}); }, Is that useful have another test for this multi line case but successful? Should we have a failing test for this syntax? qw(Multi lines description)
- Make sure the different use cases are covered
Seems good but quite over my head. -- You are receiving this mail because: You are watching all bug changes.