pelican/pelican_tests/content/article_with_null_attributes.html
Ionel Cristian Mărieș e24d52873b Relocate test files.
2015-02-18 11:22:41 +02:00

8 lines
167 B
HTML

<html>
<head>
</head>
<body>
Ensure that empty attributes are copied properly.
<input name="test" disabled style="" />
</body>
</html>