Despite some fixes to the attribute regex, unquoted attribute values still eat unescaped "]" characters and can therefore extend beyond the end of a tag.

(testAttributes() doesn't catch that yet because it a) only tests one tag, which leaves no ambiguity, and b) doesn't have an opening tag where the last attribute is unquoted.)

Comments

cburschka created an issue. See original summary.

cburschka’s picture

Status: Active » Needs review
StatusFileSize
new2.56 KB

  • cburschka committed 5895547 on
    Issue #2634274: Unquoted values eat unescaped ].
    
    The ] character must...
cburschka’s picture

Status: Needs review » Fixed

Done.

  • cburschka committed a1cea83 on 8.x-3.x
    Issue #2630676: Test template tags.
    
    This patch enables the template...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.