Error reading html style code
Status Fixed / completed
Maintainer reply None cached
Activity 3 comments · opened Feb 26, 2025 · closed Nov 29, 2025
I asked claude code to do a bug report of a python module that uses html style syntax (because it's using flask). It thinks that any text of the form </text> is actually: </t> (i.e. it removes everything except for the first letter of the text in between the / and the >. The same thing happened for patterns like this: <text>, which it reads as <t>.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗