Pathologic was missing because of a .git folder inside.
[yaffs-website] / vendor / symfony / yaml / Tests / Fixtures / sfObjects.yml
1 --- %YAML:1.0
2 test: Objects
3 brief: >
4     Comments at the end of a line
5 yaml: |
6     ex1: "foo # bar"
7     ex2: "foo # bar" # comment
8     ex3: 'foo # bar' # comment
9     ex4: foo # comment
10 php: |
11     array('ex1' => 'foo # bar', 'ex2' => 'foo # bar', 'ex3' => 'foo # bar', 'ex4' => 'foo')