X-Git-Url: http://git.ieval.ro/?p=poe-component-irc-plugin-hello.git;a=blobdiff_plain;f=t%2FPOE-Component-IRC-Plugin-Hello.t;fp=t%2FPOE-Component-IRC-Plugin-Hello.t;h=edd071ead136c44b39ff8708cb4f690fb9b69b94;hp=526f0bf27cd4b363ba339759b4c5a3bf2b6d4fb2;hb=828747ebb9f361b5a6c735e994a6a15ea539efbf;hpb=a5a095f29b8675080c2252b7a15792dab7d820d0 diff --git a/t/POE-Component-IRC-Plugin-Hello.t b/t/POE-Component-IRC-Plugin-Hello.t index 526f0bf..edd071e 100644 --- a/t/POE-Component-IRC-Plugin-Hello.t +++ b/t/POE-Component-IRC-Plugin-Hello.t @@ -3,7 +3,7 @@ use v5.14; use strict; use warnings; -use Test::More tests => 18; +use Test::More tests => 19; use Test::MockObject; BEGIN { use_ok('POE::Component::IRC::Plugin::Hello') }; @@ -34,6 +34,7 @@ runtest 'ahoy', 1, 'ahoy'; runtest 'namaste', 1, 'namaste'; runtest 'neaţa', 1, 'neaţa (UTF-8 test)'; runtest 'こんにちは', 1, 'こんにちは (another UTF-8 test)'; +runtest 'neața', 1, 'neața (UTF-8 with combining comma below)'; runtest 'salu', 0, 'salu (misspelling)'; runtest 'hii', 0, 'hii (misspelling)';