Changes between Initial Version and Version 1 of Ticket #36559


Ignore:
Timestamp:
Aug 17, 2025, 8:43:57 AM (5 weeks ago)
Author:
Jacob Walls
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36559

    • Property Summary partialdef tag embedded in verbatim tag is treated as the source attribute for that named partialpartialdef tag embedded in verbatim tag is treated as the source property for that named partial
  • Ticket #36559 – Description

    initial v1  
    1 Although `partial` and `partialdef` are correctly ignored when rendered if embedded within `{% verbatim %}`, the `PartialTemplate.source` attribute is fooled, potentially impacting error reporting:
     1Although `partial` and `partialdef` are correctly ignored when rendered if embedded within `{% verbatim %}`, the `PartialTemplate.source` property is fooled, potentially impacting error reporting:
    22
    33{{{#!diff
     
    4343}}}
    4444----
    45 The use case presented here isn't very serious, so I'm loathe to really mark this as a release blocker, but as it's a new feature and that's our process, and I'm not sure if there are other more important uses of the source attribute, I'll start there.
     45The use case presented here isn't very serious, so I'm loathe to really mark this as a release blocker, but as it's a new feature and that's our process, and I'm not sure if there are other more important uses of the source property, I'll start there.
Back to Top