fix typos in test comments
This commit is contained in:
parent
dae8c4c22f
commit
8f4dcfe900
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue