From b17e42fe49ac2df2159376ef44fd8f417e8db0a3 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 15 Jun 2011 15:48:00 -0600 Subject: [PATCH] charnames.t: Rmv duplicated test --- lib/charnames.t | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/charnames.t b/lib/charnames.t index dc6487a..62bb8ca 100644 --- a/lib/charnames.t +++ b/lib/charnames.t @@ -1090,7 +1090,6 @@ is("\N{U+1D0C5}", "\N{BYZANTINE MUSICAL SYMBOL FTHORA SKLIRON CHROMA VASIS}"); my ($name, $codes) = split ";"; my $utf8 = pack("U*", map { hex } split " ", $codes); is(charnames::string_vianame($name), $utf8, "Verify string_vianame(\"$name\") is the proper utf8"); - is(charnames::string_vianame($name), $utf8, "Verify string_vianame(\"$name\") is the proper utf8"); #diag("$name, $utf8"); } close $fh; -- 2.7.4