This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update .gitignore for the Tie::Hash::NamedCapture move
[perl5.git] / lib / charnames.t
index 3775f20..4944266 100644 (file)
@@ -955,7 +955,11 @@ is("\N{U+1D0C5}", "\N{BYZANTINE MUSICAL SYMBOL FTHORA SKLIRON CHROMA VASIS}");
         next unless $_;
         my ($hex, $name) = split ";";
         my $i = CORE::hex $hex;
+
+        # Make sure that both aliases (the one in UnicodeData, and the one we
+        # just read) return the same code point.
         test_vianame($i, $hex, $name);
+        test_vianame($i, $hex, $names[$i]);
     }
     close $fh;