weird tokens

#8
by J22 - opened

Taking 18 (<function) as an example, is this intentional, or a typo?

"18": {
      "content": "<function",
      "lstrip": false,
      "normalized": false,
      "rstrip": false,
      "single_word": false,
      "special": true
    },
    "19": {
      "content": "</function>",
      "lstrip": false,
      "normalized": false,
      "rstrip": false,
      "single_word": false,
      "special": true
    },
    "20": {
      "content": "<param",
      "lstrip": false,
      "normalized": false,
      "rstrip": false,
      "single_word": false,
      "special": true
   }

I got it.

J22 changed discussion status to closed

Sign up or log in to comment