summaryrefslogtreecommitdiff
path: root/tests/test_utils/templates/template_used/partials.html
AgeCommit message (Collapse)Author
2025-09-15Fixed #36589 -- Made assertTemplateUsed/NotUsed track full path for ↵Caitie Baca
PartialTemplate. Previously, assertTemplateUsed only matched partial names, ignoring the template origin. This caused assertions on partials specified by origin ("template.html#partial") to fail. Refs #36410.