You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
279 B
12 lines
279 B
4 years ago
|
--- %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: |
|
||
|
['ex1' => 'foo # bar', 'ex2' => 'foo # bar', 'ex3' => 'foo # bar', 'ex4' => 'foo']
|