I have <foo>{numCats, number}</foo> cats.
---
{
  "ignoreTag": true
}
---
{
  "val": [
    {
      "type": 0,
      "value": "I have <foo>",
      "location": {
        "start": {
          "offset": 0,
          "line": 1,
          "column": 1
        },
        "end": {
          "offset": 12,
          "line": 1,
          "column": 13
        }
      }
    },
    {
      "type": 2,
      "value": "numCats",
      "location": {
        "start": {
          "offset": 12,
          "line": 1,
          "column": 13
        },
        "end": {
          "offset": 29,
          "line": 1,
          "column": 30
        }
      },
      "style": null
    },
    {
      "type": 0,
      "value": "</foo> cats.",
      "location": {
        "start": {
          "offset": 29,
          "line": 1,
          "column": 30
        },
        "end": {
          "offset": 41,
          "line": 1,
          "column": 42
        }
      }
    }
  ],
  "err": null
}