Sha256: 8fb10bf8929339c66d491f460b0c25a8c121ca87d4fe1788e84003ae07223779
Contents?: true
Size: 354 Bytes
Versions: 45
Compression:
Stored size: 354 Bytes
Contents
require(__dirname).test ( { xml : "<span id=\"hello\" id=\"there\"></span>" , expect : [ [ "attribute", { name: "ID", value: "hello" } ] , [ "opentag", { name: "SPAN", attributes: { ID: "hello" }, isSelfClosing: false } ] , [ "closetag", "SPAN" ] ] , strict : false , opt : {} } )
Version data entries
45 entries across 45 versions & 3 rubygems