Allow HTML5 custom data attributes
[lhc/web/wiklou.git] / maintenance / parserTests.txt
index 12a2cd1..b6cfe30 100644 (file)
@@ -8146,6 +8146,18 @@ disabled
 
 !! end
 
+!! test
+HTML5 data attributes
+!! input
+<span data-foo="bar">Baz</span>
+<p data-abc-def_hij="">Quuz</p>
+!! result
+<p><span data-foo="bar">Baz</span>
+</p>
+<p data-abc-def_hij="">Quuz</p>
+
+!! end
+
 
 TODO:
 more images