t/tags.t: Test escaping of attributes more extensively
authorJakub Narebski <jnareb@gmail.com>
Tue, 15 Dec 2009 21:27:11 +0000 (22:27 +0100)
committerJakub Narebski <jnareb@gmail.com>
Tue, 15 Dec 2009 21:27:11 +0000 (22:27 +0100)
commitbe64ff24114973ab4be59e5b91296f6816b6e14a
treebfadf4e5010d9679320eec4c032a30b6adb81054
parent4882e90fd0f1a7231030d354af422a71ba0b6e17
t/tags.t: Test escaping of attributes more extensively

Test escaping of attributes of XML element not only for '&', but also
for '<', '>' and '"'.

Test currently fails for escaping '"', which should be escaped as
'&quot;' (at least for attribute with value delimited with '"'), and
not as '&quot' (note missing ';').

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