diff options
author | Karl Williamson <khw@cpan.org> | 2015-02-15 09:38:08 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-02-18 12:51:34 -0700 |
commit | 2617739a5fdad8f1e276d0b955136f8a1639873e (patch) | |
tree | f11d3a0f645cca6de489f9cb686d572ee98d2b4c /lib/Unicode | |
parent | e69f573fa11af147efa1215730a59cce386a8bc3 (diff) | |
download | perl-2617739a5fdad8f1e276d0b955136f8a1639873e.tar.gz |
lib/Unicode/UCD.t: White-space only
This aligns to a tab-stop, making it easier for me to type the next
commit
Diffstat (limited to 'lib/Unicode')
-rw-r--r-- | lib/Unicode/UCD.t | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/lib/Unicode/UCD.t b/lib/Unicode/UCD.t index b6e11d3ff0..f8973a3d52 100644 --- a/lib/Unicode/UCD.t +++ b/lib/Unicode/UCD.t @@ -93,23 +93,23 @@ is($charinfo->{script}, "Latin"); $charinfo = charinfo(0x590); -is($charinfo->{code}, undef, "0x0590 - unused Hebrew"); -is($charinfo->{name}, undef); -is($charinfo->{category}, undef); -is($charinfo->{combining}, undef); -is($charinfo->{bidi}, undef); -is($charinfo->{decomposition}, undef); -is($charinfo->{decimal}, undef); -is($charinfo->{digit}, undef); -is($charinfo->{numeric}, undef); -is($charinfo->{mirrored}, undef); -is($charinfo->{unicode10}, undef); -is($charinfo->{comment}, undef); -is($charinfo->{upper}, undef); -is($charinfo->{lower}, undef); -is($charinfo->{title}, undef); -is($charinfo->{block}, undef); -is($charinfo->{script}, undef); +is($charinfo->{code}, undef, "0x0590 - unused Hebrew"); +is($charinfo->{name}, undef); +is($charinfo->{category}, undef); +is($charinfo->{combining}, undef); +is($charinfo->{bidi}, undef); +is($charinfo->{decomposition}, undef); +is($charinfo->{decimal}, undef); +is($charinfo->{digit}, undef); +is($charinfo->{numeric}, undef); +is($charinfo->{mirrored}, undef); +is($charinfo->{unicode10}, undef); +is($charinfo->{comment}, undef); +is($charinfo->{upper}, undef); +is($charinfo->{lower}, undef); +is($charinfo->{title}, undef); +is($charinfo->{block}, undef); +is($charinfo->{script}, undef); # 0x05d0 is in the Hebrew block and used. |