Bug 27526: Fix perlcritic in tests
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 6 Oct 2021 13:53:47 +0000 (15:53 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 7 Oct 2021 07:22:05 +0000 (09:22 +0200)
commitaed1e4cb7a6279e71514b1f890668a87d191c3a3
tree00e12d33355818b5a802f702c56bbb1b2c6dc5ab
parent4f533776c609463a88db560f447874f351e8d131
Bug 27526: Fix perlcritic in tests

Problem while critiquing "t/db_dependent/Koha/Item.t": Can't parse code: Encountered unexpected character '195'

non-ascii chars must be quoted when used as hash keys

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/db_dependent/Koha/Item.t