Bug 27673: Fix t/Context.t
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 17 Feb 2021 08:20:59 +0000 (09:20 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 17 Feb 2021 08:21:14 +0000 (09:21 +0100)
commit02b056508df4c4e7e3eb33a5f354300339e8048d
treeed660519645207ef99a7956530c5f85466bfd7c1
parentaba8a17713377ecd36a11f3b8961fd6b4e8e0c9d
Bug 27673: Fix t/Context.t

YAML::XS is not failing on that string, it generates
  'uno - dos' => "asd"

This new string is not YAML valid because of
"found a tab character that violate intendation"

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