Changes between Initial Version and Version 1 of Ticket #36559
- Timestamp:
- Aug 17, 2025, 8:43:57 AM (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36559
- Property Summary partialdef tag embedded in verbatim tag is treated as the source attribute for that named partial → partialdef 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` attributeis fooled, potentially impacting error reporting:1 Although `partial` and `partialdef` are correctly ignored when rendered if embedded within `{% verbatim %}`, the `PartialTemplate.source` property is fooled, potentially impacting error reporting: 2 2 3 3 {{{#!diff … … 43 43 }}} 44 44 ---- 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.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 property, I'll start there.