trailing-attribute-no-value.js 237 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 require(__dirname).test({ xml : "<root attrib>", expect : [ ["attribute", {name:"ATTRIB", value:"attrib"}], ["opentag", {name:"ROOT", attributes:{"ATTRIB":"attrib"}, isSelfClosing: false}] ], opt : { trim : true } });