Sha256: c3720a45a15131f1176b7840e7f1da73b5d307b156394b929e427ed25fe7d8c6

Contents?: true

Size: 686 Bytes

Versions: 46

Compression:

Stored size: 686 Bytes

Contents

{
  "name": "Text outside tags",
  "options": {},
  "html": "Line one\n<br>\nline two",
  "expected": [
    {
      "data": "Line one\n",
      "type": "text",
      "prev": null,
      "next": {
        "type": "tag",
        "name": "br",
        "attribs": {}
      }
    },
    {
      "type": "tag",
      "name": "br",
      "attribs": {},
      "prev": {
        "data": "Line one\n",
        "type": "text"
      },
      "next": {
        "data": "\nline two",
        "type": "text"
      }
    },
    {
      "data": "\nline two",
      "type": "text",
      "prev": {
        "type": "tag",
        "name": "br",
        "attribs": {}
      },
      "next": null
    }
  ]
}

Version data entries

46 entries across 43 versions & 6 rubygems

Version Path
trusty-cms-6.3.1 node_modules/domhandler/test/cases/11-text_outside_tags.json
trusty-cms-5.0.7 node_modules/domhandler/test/cases/11-text_outside_tags.json
trusty-cms-5.0.6 node_modules/domhandler/test/cases/11-text_outside_tags.json
trusty-cms-5.0.5 node_modules/domhandler/test/cases/11-text_outside_tags.json
trusty-cms-5.0.4 node_modules/domhandler/test/cases/11-text_outside_tags.json
trusty-cms-5.0.3 node_modules/domhandler/test/cases/11-text_outside_tags.json
trusty-cms-5.0.2 node_modules/domhandler/test/cases/11-text_outside_tags.json
trusty-cms-5.0.1 node_modules/domhandler/test/cases/11-text_outside_tags.json
trusty-cms-4.3.5 node_modules/domhandler/test/cases/11-text_outside_tags.json
trusty-cms-5.0.0 node_modules/domhandler/test/cases/11-text_outside_tags.json
trusty-cms-4.3.4 node_modules/domhandler/test/cases/11-text_outside_tags.json
trusty-cms-4.3.3 node_modules/domhandler/test/cases/11-text_outside_tags.json
trusty-cms-4.3.2 node_modules/domhandler/test/cases/11-text_outside_tags.json
trusty-cms-4.3.1 node_modules/domhandler/test/cases/11-text_outside_tags.json
trusty-cms-4.3 node_modules/domhandler/test/cases/11-text_outside_tags.json
trusty-cms-4.2.3 node_modules/domhandler/test/cases/11-text_outside_tags.json
trusty-cms-4.2.2 node_modules/domhandler/test/cases/11-text_outside_tags.json
trusty-cms-4.2.1 node_modules/domhandler/test/cases/11-text_outside_tags.json
trusty-cms-4.2 node_modules/domhandler/test/cases/11-text_outside_tags.json
trusty-cms-4.1.9 node_modules/domhandler/test/cases/11-text_outside_tags.json