From 8f4dcfe900d6d066d6d8758c72b04d2e3e179780 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sat, 15 Jul 2006 03:17:02 +0000 Subject: [PATCH] fix typos in test comments --- t/Form/Textarea.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/Form/Textarea.t b/t/Form/Textarea.t index 0a14cad0a..3a7854fd7 100644 --- a/t/Form/Textarea.t +++ b/t/Form/Textarea.t @@ -93,8 +93,8 @@ $html = join "\n", $input = $inputs[0]; is($input->name, 'preTestText', 'Checking input name'); is($input->value, 'Some & text in " here', 'Checking default value'); -like($input->{style}, qr/height: 200/, 'Default height'); -like($input->{style}, qr/width: 500/, 'Default width'); +like($input->{style}, qr/height: 200/, 'Custom height'); +like($input->{style}, qr/width: 500/, 'Custom width'); ##Test Form Output parsing