blob: 99142ca697fbe1afecef5f3ebff6a699598389f7 [file] [log] [blame]
require(__dirname).test
( { xml :
"<xmlns/>"
, expect :
[ [ "opentag", { name: "xmlns", uri: "", prefix: "", local: "xmlns",
attributes: {}, ns: {},
isSelfClosing: true}
],
["closetag", "xmlns"]
]
, strict : true
, opt : { xmlns: true }
}
);