Sha256: 00c23f1bb11de7f0d2789d957ee0b81876edf34d1f3b12ec381e4ae1ba757234
Contents?: true
Size: 461 Bytes
Versions: 45
Compression:
Stored size: 461 Bytes
Contents
require(__dirname).test({ xml : "<html><head><script>'<div>foo</div></'</script></head></html>", expect : [ ["opentag", {"name": "HTML","attributes": {}, isSelfClosing: false}], ["opentag", {"name": "HEAD","attributes": {}, isSelfClosing: false}], ["opentag", {"name": "SCRIPT","attributes": {}, isSelfClosing: false}], ["script", "'<div>foo</div></'"], ["closetag", "SCRIPT"], ["closetag", "HEAD"], ["closetag", "HTML"] ] });
Version data entries
45 entries across 45 versions & 3 rubygems