| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? | no | BC Break report? | no | RFC? | no | Symfony version | 2.7.0 Yaml linter does not understand multi-line (lines containing `\n`) [plain-style](http://www.yaml.org/spec/1.2/spec.html#id2788859) strings. ```yaml - foo bar ``` Should parse as: `['foo bar']`. Instead gives parse error on line 2.