Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[twig reference] add examples in yaml part #19640

Open
wants to merge 3 commits into
base: 6.4
Choose a base branch
from

Conversation

Sarah-eit
Copy link
Contributor

No description provided.

@carsonbot carsonbot added this to the 6.4 milestone Mar 7, 2024
@OskarStark OskarStark requested a review from xabbuh May 15, 2024 03:17
{# output: { a: { c: e }, b: { d: f } } #}

{{ array|yaml_encode(1) }}
{# output: a: { c: e } b: { d: f } #}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks wrong to me. The top-level mapping needs to span multiple-lines if it doesn't use the inline syntax.

{# output: %array% { a: { c: e }, b: { d: f } } #}

{{ array|yaml_dump(1) }}
{# output: %array% a: { c: e } b: { d: f } #}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see my comment above for yaml_encode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants