<
8000
div class="clearfix new-discussion-timeline js-check-all-container container-xl px-3 px-md-4 px-lg-5 mt-4" data-pjax="" data-turbo-frame="">
[Yaml] Anchors are not parsed correctly when inlined #40823
Labels
Symfony version(s) affected: Tested on 5.x
Description
Anchors are parsed correctly when not used inline, but ignored when they are. The test below highlights the problem.
How to reproduce
Possible Solution
References are passed by value to the Inline parser, which may be a BC break if changed. There is no handling whatsoever for anchors, which requires significant changes to the inline parser that I don't feel comfortable doing (for lack of experience with it).
The text was updated successfully, but these errors were encountered: