{
  "slug": "text-diff-whitespace-comparison",
  "generatedAt": "2026-08-27T21:08:43.078Z",
  "coreSource": "assets/js/tools-src/core.js",
  "fixtureCount": 14,
  "results": [
    {
      "id": "diff-exact-01",
      "kind": "diff",
      "generated": true,
      "status": "pass",
      "options": {},
      "summary": {
        "added": 0,
        "removed": 0,
        "changed": 0,
        "unchanged": 1,
        "similarity": 100,
        "totalDifferences": 0,
        "match": true
      },
      "expectMatch": true
    },
    {
      "id": "diff-case-02",
      "kind": "diff",
      "generated": true,
      "status": "pass",
      "options": {
        "ignoreCase": false
      },
      "summary": {
        "added": 0,
        "removed": 0,
        "changed": 1,
        "unchanged": 0,
        "similarity": 0,
        "totalDifferences": 1,
        "match": false
      },
      "expectMatch": false
    },
    {
      "id": "diff-case-ignore-03",
      "kind": "diff",
      "generated": true,
      "status": "pass",
      "options": {
        "ignoreCase": true
      },
      "summary": {
        "added": 0,
        "removed": 0,
        "changed": 0,
        "unchanged": 1,
        "similarity": 100,
        "totalDifferences": 0,
        "match": true
      },
      "expectMatch": true
    },
    {
      "id": "diff-ws-04",
      "kind": "diff",
      "generated": true,
      "status": "pass",
      "options": {
        "ignoreWhitespace": false
      },
      "summary": {
        "added": 0,
        "removed": 0,
        "changed": 1,
        "unchanged": 0,
        "similarity": 0,
        "totalDifferences": 1,
        "match": false
      },
      "expectMatch": false
    },
    {
      "id": "diff-ws-ignore-05",
      "kind": "diff",
      "generated": true,
      "status": "pass",
      "options": {
        "ignoreWhitespace": true
      },
      "summary": {
        "added": 0,
        "removed": 0,
        "changed": 0,
        "unchanged": 1,
        "similarity": 100,
        "totalDifferences": 0,
        "match": true
      },
      "expectMatch": true
    },
    {
      "id": "diff-insert-06",
      "kind": "diff",
      "generated": true,
      "status": "pass",
      "options": {},
      "summary": {
        "added": 1,
        "removed": 0,
        "changed": 0,
        "unchanged": 2,
        "similarity": 67,
        "totalDifferences": 1,
        "match": false
      },
      "expectMatch": false
    },
    {
      "id": "diff-delete-07",
      "kind": "diff",
      "generated": true,
      "status": "pass",
      "options": {},
      "summary": {
        "added": 0,
        "removed": 1,
        "changed": 0,
        "unchanged": 2,
        "similarity": 67,
        "totalDifferences": 1,
        "match": false
      },
      "expectMatch": false
    },
    {
      "id": "diff-reorder-08",
      "kind": "diff",
      "generated": true,
      "status": "pass",
      "options": {},
      "summary": {
        "added": 1,
        "removed": 1,
        "changed": 0,
        "unchanged": 2,
        "similarity": 67,
        "totalDifferences": 2,
        "match": false
      },
      "expectMatch": false
    },
    {
      "id": "diff-punct-09",
      "kind": "diff",
      "generated": true,
      "status": "pass",
      "options": {},
      "summary": {
        "added": 0,
        "removed": 0,
        "changed": 1,
        "unchanged": 0,
        "similarity": 0,
        "totalDifferences": 1,
        "match": false
      },
      "expectMatch": false
    },
    {
      "id": "diff-unicode-10",
      "kind": "diff",
      "generated": true,
      "status": "pass",
      "options": {},
      "summary": {
        "added": 0,
        "removed": 0,
        "changed": 1,
        "unchanged": 0,
        "similarity": 0,
        "totalDifferences": 1,
        "match": false
      },
      "expectMatch": false
    },
    {
      "id": "diff-blank-11",
      "kind": "diff",
      "generated": true,
      "status": "pass",
      "options": {
        "ignoreBlankLines": true
      },
      "summary": {
        "added": 0,
        "removed": 0,
        "changed": 0,
        "unchanged": 2,
        "similarity": 100,
        "totalDifferences": 0,
        "match": true
      },
      "expectMatch": true
    },
    {
      "id": "diff-long-12",
      "kind": "diff",
      "generated": true,
      "status": "pass",
      "options": {},
      "summary": {
        "added": 0,
        "removed": 0,
        "changed": 1,
        "unchanged": 0,
        "similarity": 0,
        "totalDifferences": 1,
        "match": false
      },
      "expectMatch": false
    },
    {
      "id": "diff-words-13",
      "kind": "diff",
      "generated": true,
      "status": "pass",
      "options": {
        "compareWords": true
      },
      "summary": {
        "added": 1,
        "removed": 1,
        "changed": 0,
        "unchanged": 4,
        "similarity": 80,
        "totalDifferences": 2,
        "match": false
      },
      "expectMatch": false
    },
    {
      "id": "diff-newlines-14",
      "kind": "diff",
      "generated": true,
      "status": "pass",
      "options": {},
      "summary": {
        "added": 0,
        "removed": 0,
        "changed": 0,
        "unchanged": 2,
        "similarity": 100,
        "totalDifferences": 0,
        "match": true
      },
      "expectMatch": true
    }
  ]
}
