From 9b1330ff59fd6b7faefa1fcc798b898359e7b9e9 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 29 Jan 2014 15:56:58 -0500 Subject: return undef to mean 'the default color' (#15) --- t/basic.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/basic.t b/t/basic.t index f574996..dde23e6 100644 --- a/t/basic.t +++ b/t/basic.t @@ -85,7 +85,7 @@ for my $file ($filename, do { open my $fh, '<', $filename or die; $fh }) { ok($format->{Wrap}); is_deeply($format->{Fill}, [0, undef, undef]); is_deeply($format->{BdrStyle}, [(1) x 4]); - is_deeply($format->{BdrColor}, [('#000000') x 4]); + is_deeply($format->{BdrColor}, [(undef) x 4]); is_deeply($format->{BdrDiag}, [0, 0, undef]); my $font = $format->{Font}; -- cgit v1.2.3-54-g00ecf