Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 2846c2b6fe3a964eff4f3b3c12eee018 > files > 251

apache-HTML-Embperl-2.2.0-8mdv2010.0.i586.rpm


<html>
<head>
<title>Some tests for Embperl escaping</title>
</head>

<body>


$optRawInput  0
$escmode      0
'here is a \ '              -> here is a \ 
'here is a \\ '             -> here is a \ 
'here is a \\\ '            -> here is a \\ 
'here is a \\\\ '           -> here is a \\ 
'here is a <tag> '          -> here is a 
'here is a \<tag> '         -> here is a <tag>
'here is a \\<tag> '        -> here is a \<tag>
'here is a \\\<tag> '       -> here is a \<tag>
'here is a \\\\<tag> '      -> here is a \\<tag>
'here is a \<tag\> '        -> here is a <tag\>
'here is a \\<tag\\> '      -> here is a \<tag\>
'here is a \\\<tag\\\> '    -> here is a \<tag\\>
'here is a \\\\<tag\\\\> '  -> here is a \\<tag\\>
$optRawInput  1
$escmode      0
'here is a \ '              -> here is a \ 
'here is a \\ '             -> here is a \ 
'here is a \\\ '            -> here is a \\ 
'here is a \\\\ '           -> here is a \\ 
'here is a <tag> '          -> here is a <tag>
'here is a \<tag> '         -> here is a \<tag>
'here is a \\<tag> '        -> here is a \<tag>
'here is a \\\<tag> '       -> here is a \\<tag>
'here is a \\\\<tag> '      -> here is a \\<tag>
'here is a \<tag\> '        -> here is a \<tag\>
'here is a \\<tag\\> '      -> here is a \<tag\>
'here is a \\\<tag\\\> '    -> here is a \\<tag\\>
'here is a \\\\<tag\\\\> '  -> here is a \\<tag\\>
$optRawInput  0
$escmode      1
'here is a \ '              -> here is a  
'here is a \\ '             -> here is a  
'here is a \\\ '            -> here is a \ 
'here is a \\\\ '           -> here is a \ 
'here is a <tag> '          -> here is a 
'here is a \<tag> '         -> here is a &lt;tag&gt;
'here is a \\<tag> '        -> here is a <tag&gt;
'here is a \\\<tag> '       -> here is a <tag&gt;
'here is a \\\\<tag> '      -> here is a \&lt;tag&gt;
'here is a \<tag\> '        -> here is a &lt;tag>
'here is a \\<tag\\> '      -> here is a <tag>
'here is a \\\<tag\\\> '    -> here is a <tag\&gt;
'here is a \\\\<tag\\\\> '  -> here is a \&lt;tag\&gt;
$optRawInput  1
$escmode      1
'here is a \ '              -> here is a  
'here is a \\ '             -> here is a  
'here is a \\\ '            -> here is a \ 
'here is a \\\\ '           -> here is a \ 
'here is a <tag> '          -> here is a &lt;tag&gt;
'here is a \<tag> '         -> here is a <tag&gt;
'here is a \\<tag> '        -> here is a <tag&gt;
'here is a \\\<tag> '       -> here is a \&lt;tag&gt;
'here is a \\\\<tag> '      -> here is a \&lt;tag&gt;
'here is a \<tag\> '        -> here is a <tag>
'here is a \\<tag\\> '      -> here is a <tag>
'here is a \\\<tag\\\> '    -> here is a \&lt;tag\&gt;
'here is a \\\\<tag\\\\> '  -> here is a \&lt;tag\&gt;