Sha256: 462ec5d6dc72af4d53518690600f42098165e43c9b5eafc9bd36f8f2e19f8c4a
Contents?: true
Size: 334 Bytes
Versions: 45
Compression:
Stored size: 334 Bytes
Contents
require(__dirname).test({ xml : "<span>Welcome,</span> to monkey land", expect : [ ["opentag", { "name": "SPAN", "attributes": {}, isSelfClosing: false }], ["text", "Welcome,"], ["closetag", "SPAN"], ["text", " to monkey land"], ["end"], ["ready"] ], strict : false, opt : {} });
Version data entries
45 entries across 45 versions & 3 rubygems