From 23f92a8f8dcded82bf5c3b319f373350a011e078 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Wed, 19 Jan 2011 11:09:28 +1300 Subject: [PATCH] Bug 5327: Little change to Record.t --- t/Record.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/Record.t b/t/Record.t index a0f210eb0c..2e0444911c 100755 --- a/t/Record.t +++ b/t/Record.t @@ -98,8 +98,8 @@ my $test5xml=qq(\@book{, is ($bibtex, $test5xml, "testing bibtex"); -my @entity=C4::Record::_entity_encode("BJ??RN"); -is ($entity[0], "BJÖRN", "Html umluts"); +my @entity=C4::Record::_entity_encode("Björn"); +is ($entity[0], "Björn", "Html umlauts"); -- 2.39.2