fix quote tests

This commit is contained in:
Graham Knop 2007-08-30 00:15:27 +00:00
parent c707cafe23
commit a6018f798c
2 changed files with 2 additions and 2 deletions

View file

@ -91,7 +91,7 @@ my @macroParamSets = (
},
{
inputText => q|'|,
output => q|"|,
output => q|'|,
comment => 'single quote',
},
);