1--- %YAML:1.0
2test: Objects
3brief: >
4    Comments at the end of a line
5yaml: |
6    ex1: "foo # bar"
7    ex2: "foo # bar" # comment
8    ex3: 'foo # bar' # comment
9    ex4: foo # comment
10php: |
11    ['ex1' => 'foo # bar', 'ex2' => 'foo # bar', 'ex3' => 'foo # bar', 'ex4' => 'foo']
12