Sha256: aa401b3a0f571021121785b428958180a92ecc034f43771463d5abe96c2bef6a

Contents?: true

Size: 373 Bytes

Versions: 45

Compression:

Stored size: 373 Bytes

Contents

// https://github.com/isaacs/sax-js/issues/47
require(__dirname).test
  ( { xml : '<a href="query.svc?x=1&y=2&z=3"/>'
    , expect : [
        [ "attribute", { name:'HREF', value:"query.svc?x=1&y=2&z=3"} ],
        [ "opentag", { name: "A", attributes: { HREF:"query.svc?x=1&y=2&z=3"}, isSelfClosing: true } ],
        [ "closetag", "A" ]
      ]
    , opt : {}
    }
  )

Version data entries

45 entries across 45 versions & 3 rubygems

Version Path
stylus-source-0.37.0 vendor/node_modules/sax/test/issue-47.js
stylus-source-0.36.1 vendor/node_modules/sax/test/issue-47.js
stylus-source-0.36.0 vendor/node_modules/sax/test/issue-47.js
stylus-source-0.35.1 vendor/node_modules/sax/test/issue-47.js
stylus-source-0.35.0 vendor/node_modules/sax/test/issue-47.js