t/tags.t: HTML tags which conflict with Perl built-ins ok
authorJakub Narebski <jnareb@gmail.com>
Wed, 16 Dec 2009 21:12:23 +0000 (22:12 +0100)
committerJakub Narebski <jnareb@gmail.com>
Wed, 16 Dec 2009 21:12:23 +0000 (22:12 +0100)
commit318343ca7e384eecb3cc49de375fce0e1ca85ffd
tree4498a72185f9714f321866ed7c2804597fcdba27
parent213f0aaf607d0a2192ff8c4f1be1d0ef78e4ebb5
t/tags.t: HTML tags which conflict with Perl built-ins ok

Check that tags which conflict with built-in Perl functions or
operators correctly: tested for <link>, <tr> and <sub> elements.

While at it check that <elem ... /> form for elements without closing
tag, like <link> element, works correctly.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
t/tags.t