Sha256: 23a34ab7e1f31fe019d726de1fd07615a8c71fe10aac36b235b8cc145edcc93e
Contents?: true
Size: 679 Bytes
Versions: 45
Compression:
Stored size: 679 Bytes
Contents
require(__dirname).test({ xml : "<root> "+ "<haha /> "+ "<haha/> "+ "<monkey> "+ "=(|) "+ "</monkey>"+ "</root> ", expect : [ ["opentag", {name:"ROOT", attributes:{}, isSelfClosing: false}], ["opentag", {name:"HAHA", attributes:{}, isSelfClosing: true}], ["closetag", "HAHA"], ["opentag", {name:"HAHA", attributes:{}, isSelfClosing: true}], ["closetag", "HAHA"], // ["opentag", {name:"HAHA", attributes:{}}], // ["closetag", "HAHA"], ["opentag", {name:"MONKEY", attributes:{}, isSelfClosing: false}], ["text", "=(|)"], ["closetag", "MONKEY"], ["closetag", "ROOT"] ], opt : { trim : true } });
Version data entries
45 entries across 45 versions & 3 rubygems