blob: a21eb41919893bc88295263f2ba5cb14ca138587 [file] [log] [blame]
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 : {}
}
)