sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit 130f63132e05d6bec55f70d61f059c8dad974c8c
parent 9cc61afa1f048bf1f7ff3423632532198d8927df
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Thu, 18 May 2017 17:21:36 +0200

32-info.t: fix a typo in a test name

Diffstat:
Mt/32-info.t | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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');