Error reading html style code

Resolved 💬 3 comments Opened Feb 26, 2025 by landoskape 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>.

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗