aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fabpot-yaml/test/fixtures/sfObjects.yml
blob: 454ceae69bf995554e37cf9aeb152f4a7a369378 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- %YAML:1.0 
test: Objects
brief: > 
    Comments at the end of a line
yaml: | 
    ex1: "foo # bar"
    ex2: "foo # bar" # comment
    ex3: 'foo # bar' # comment
    ex4: foo # comment
php: | 
    array('ex1' => 'foo # bar', 'ex2' => 'foo # bar', 'ex3' => 'foo # bar', 'ex4' => 'foo')