https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25078

--- Comment #75 from Victor Grousset/tuxayo <[email protected]> ---
    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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to