Subject: | spelling search term changed |
test 002 has this in it
use constant WRONG => "nu yirk citee";
use constant CORRECT => "new york city";
but nu is acceptible now so this test fails. I changed the test to
use constant WRONG => "new yirk citee";
use constant CORRECT => "new york city";
and it works fine.