added linebreaks to html output

master
Dylan Lloyd 2012-07-12 14:40:43 -04:00
parent 2d057fdb9e
commit 43c6bf17be
2 changed files with 9 additions and 9 deletions

View File

@ -4388,8 +4388,8 @@ handle query => sub {
return "Default login for the $router: "
. "Username: $username "
. "Password: $password",
html => "Default login for the $router: "
. "<i>Username</i>: $username "
html => "Default login for the $router:<br>"
. "<i>Username</i>: $username<br>"
. "<i>Password</i>: $password";
}
}

View File

@ -14,25 +14,25 @@ ddg_goodie_test(
)],
'Belkin f5d6130' =>
test_zci('Default login for the BELKIN F5D6130: Username: (none) Password: password',
html => 'Default login for the BELKIN F5D6130: <i>Username</i>: (none) <i>Password</i>: password'),
html => 'Default login for the BELKIN F5D6130:<br><i>Username</i>: (none)<br><i>Password</i>: password'),
'Belkin f5d6130 default password' =>
test_zci('Default login for the BELKIN F5D6130: Username: (none) Password: password',
html => 'Default login for the BELKIN F5D6130: <i>Username</i>: (none) <i>Password</i>: password'),
html => 'Default login for the BELKIN F5D6130:<br><i>Username</i>: (none)<br><i>Password</i>: password'),
'Belkin f5d6130 password default' =>
test_zci('Default login for the BELKIN F5D6130: Username: (none) Password: password',
html => 'Default login for the BELKIN F5D6130: <i>Username</i>: (none) <i>Password</i>: password'),
html => 'Default login for the BELKIN F5D6130:<br><i>Username</i>: (none)<br><i>Password</i>: password'),
'default password Belkin f5d6130' =>
test_zci('Default login for the BELKIN F5D6130: Username: (none) Password: password',
html => 'Default login for the BELKIN F5D6130: <i>Username</i>: (none) <i>Password</i>: password'),
html => 'Default login for the BELKIN F5D6130:<br><i>Username</i>: (none)<br><i>Password</i>: password'),
'Belkin f5d6130 password' =>
test_zci('Default login for the BELKIN F5D6130: Username: (none) Password: password',
html => 'Default login for the BELKIN F5D6130: <i>Username</i>: (none) <i>Password</i>: password'),
html => 'Default login for the BELKIN F5D6130:<br><i>Username</i>: (none)<br><i>Password</i>: password'),
'default BELKIN password f5d6130' =>
test_zci('Default login for the BELKIN F5D6130: Username: (none) Password: password',
html => 'Default login for the BELKIN F5D6130: <i>Username</i>: (none) <i>Password</i>: password'),
html => 'Default login for the BELKIN F5D6130:<br><i>Username</i>: (none)<br><i>Password</i>: password'),
'password bELKIN default f5d6130' =>
test_zci('Default login for the BELKIN F5D6130: Username: (none) Password: password',
html => 'Default login for the BELKIN F5D6130: <i>Username</i>: (none) <i>Password</i>: password'),
html => 'Default login for the BELKIN F5D6130:<br><i>Username</i>: (none)<br><i>Password</i>: password'),
);
done_testing;