blob: 9a1ce1b3407f802c4cdcbd0eb7f0f84e3abcb636 [file] [log] [blame]
require(__dirname).test(
{ xml : "<xml:root/>"
, expect :
[
[ "opentag"
, { name: "xml:root"
, uri: "http://www.w3.org/XML/1998/namespace"
, prefix: "xml"
, local: "root"
, attributes: {}
, ns: {}
}
]
, ["closetag", "xml:root"]
]
, strict : true
, opt : { xmlns: true }
}
)