fix quote tests
This commit is contained in:
parent
c707cafe23
commit
a6018f798c
2 changed files with 2 additions and 2 deletions
2
t/HTML.t
2
t/HTML.t
|
|
@ -91,7 +91,7 @@ my @macroParamSets = (
|
|||
},
|
||||
{
|
||||
inputText => q|'|,
|
||||
output => q|"|,
|
||||
output => q|'|,
|
||||
comment => 'single quote',
|
||||
},
|
||||
);
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ is($output, $originalCompanyName, "Testing companyName");
|
|||
|
||||
$session->setting->set('companyName', q|Gooey's Consulting, LLC|);
|
||||
$output = WebGUI::Macro::c_companyName::process($session);
|
||||
is($output, q|Gooey"s Consulting, LLC|, "Testing companyName with embedded quote and comma");
|
||||
is($output, q|Gooey's Consulting, LLC|, "Testing companyName with embedded quote and comma");
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue