Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
copy-pasto
  • Loading branch information
TimToady committed Mar 7, 2014
1 parent 0491b90 commit 48eb6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S15-unicode-information/unimatch-general.t
Expand Up @@ -24,7 +24,7 @@ nok unimatch('â…“', 'Nd'), "'â…“' is not Nd";
ok unimatch("\c[AEGEAN NUMBER NINETY THOUSAND]", 'No'), "AEGEAN NUMBER NINETY THOUSAND is No";
ok unimatch("\c[MATHEMATICAL MONOSPACE DIGIT ZERO]", 'Nd'), "MATHEMATICAL MONOSPACE DIGIT ZERO is Nd";

ok unimatch('פ', 'Hebrew'), "'פ' is in block Emoticons";
ok unimatch('פ', 'Hebrew'), "'פ' is in block Hebrew";
ok unimatch('💩', 'Miscellaneous_Symbols_And_Pictographs'), "'💩' is in block Miscellaneous_Symbols_And_Pictographs";
ok unimatch('💩', 'MiscellaneousSymbolsAndPictographs'), "'💩' is in block MiscellaneousSymbolsAndPictographs";
ok unimatch('💩', 'miscellaneoussymbolsandpictographs'), "'💩' is in block miscellaneoussymbolsandpictographs";
Expand Down

0 comments on commit 48eb6c6

Please sign in to comment.