diff options
Diffstat (limited to 't')
-rw-r--r-- | t/32-info.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/32-info.t b/t/32-info.t index ebada04..0f5e4bd 100644 --- a/t/32-info.t +++ b/t/32-info.t @@ -50,6 +50,6 @@ is ($parse{FLINGLE}[2], 'and', 'and value gotten from FLINGLE key'); is ($parse{FLINGLE}[3], 'a', 'a value gotten from FLINGLE key'); is ($parse{FLINGLE}[4], 'gloob', 'gloob value gotten from FLINGLE key'); is ($parse{FLINGLE}[5], 'blorx', 'blorx value gotten from FLINGLE key'); -is ($parse{FLINGLE}[6], undef, 'FLINGLE key has corect length'); +is ($parse{FLINGLE}[6], undef, 'FLINGLE key has correct length'); delete @parse{qw/ FOO BAR BAZ QUUX FLAR_f FLINGLE /}; is (scalar %parse, 0, 'no additional keys were parsed'); |