Skip to content

[YAML] Nested array incorrectly parsed #25239

@ro0NL

Description

@ro0NL
Q A
Bug report? yes
Feature request? no
BC Break report? no
RFC? no
Symfony version 3.3.13

Given

$yaml = <<<YAML
services:
    foo:
        class: Foo
        arguments: ['@bar', '@baz', [
            '@qux',
            '%foo%',
            bar,
            123
        ]]

YAML;

dump(Symfony\Component\Yaml\Yaml::parse($yaml));

I get

Malformed inline YAML string: ['@bar', '@baz', [ '@qux', '%foo%', bar, 123 at line 8 (near " 123").

While this is valid at http://www.yamllint.com/

To make it work in SF i had to change the last lines to 123]]

cc @xabbuh :-)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      pFad - Phonifier reborn

      Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

      Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


      Alternative Proxies:

      Alternative Proxy

      pFad Proxy

      pFad v3 Proxy

      pFad v4 Proxy