【发布时间】:2015-08-17 21:05:58
【问题描述】:
我收到此异常,这表明参数文件格式错误:
[Symfony\Component\Config\Exception\FileLoaderLoadException]
Cannot import resource "XXX/app/config/parameters_testing.yml" from "XXX/app/config/config_dev.yml".
(Malformed inline YAML string { id: 212, status: 3, events:[ at line 168 (near "- { id: 212, status: 3, events:["))
我正在尝试将数组嵌套到数组等中,但我找不到任何有用的资源并不断收到异常。
cases:
- { id: 213, status: 1}
- { id: 213, status: 3, events:[
{ rec: both, event: 34}
{ rec: odd, event: 1}
{ rec: even, event: 2}
{ rec: odd, event: 29}
{ rec: odd, event: 9}
{ rec: even, event: 3}
{ rec: odd, event: 27}
{ rec: even, event: 27}
]
}
任何建议将不胜感激。
【问题讨论】: