EscapeHTML function
[perl/plp/.git] / t / 10-functions.t
index c9213395440f738904383f5007afcd5b91eefc72..ea76863ed1ae2aab11496ef50a6b4637af90539e 100644 (file)
@@ -4,6 +4,8 @@ use Test::More tests => 6;
 
 BEGIN { use_ok('PLP::Functions') }
 
+# legacy
+
 is(
        Entity(q{<a test="'&'"/>}),
        "&lt;a test=&quot;'&amp;'&quot;/&gt;",