@@ -, +, @@ --- t/db_dependent/data/syspref.pref | 3 ++- t/db_dependent/yaml.t | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) --- a/t/db_dependent/data/syspref.pref +++ a/t/db_dependent/data/syspref.pref @@ -23,6 +23,7 @@ Test: - "List of fields" - pref: syspref_4 choices: - 020: 020 + "16" : "16" "020": "020" "123": "123" + --- a/t/db_dependent/yaml.t +++ a/t/db_dependent/yaml.t @@ -23,8 +23,8 @@ is_deeply( "Do it", { choices => { - 1 => "certainly", - '' => "I don't think so" + on => "certainly", + off => "I don't think so" }, pref => "syspref_1" } @@ -50,7 +50,7 @@ is_deeply( "We love unicode", { choices => { - '' => "Not really", + no => "Not really", '★' => "❤️" }, pref => "syspref_3" --