Sha256: 107e99c8f3a6980cc1e714156e03545550d59c08f22ff4fd0fd1811c4dbfb1a3
Contents?: true
Size: 611 Bytes
Versions: 45
Compression:
Stored size: 611 Bytes
Contents
require(__dirname).test( { strict : true , opt : { xmlns: true } , expect : [ ["error", "Unbound namespace prefix: \"unbound\"\nLine: 0\nColumn: 28\nChar: >"] , [ "attribute", { name: "unbound:attr", value: "value", uri: "unbound", prefix: "unbound", local: "attr" } ] , [ "opentag", { name: "root", uri: "", prefix: "", local: "root", attributes: { "unbound:attr": { name: "unbound:attr", value: "value", uri: "unbound", prefix: "unbound", local: "attr" } }, ns: {}, isSelfClosing: true } ] , [ "closetag", "root" ] ] } ).write("<root unbound:attr='value'/>")
Version data entries
45 entries across 45 versions & 3 rubygems