--- %YAML:1.0
test: Some characters at the beginning of a string must be escaped
brief: >
Some characters at the beginning of a string must be escaped
yaml: |
foo: | bar
php: |
array('foo' => '| bar')
---
test: A key can be a quoted string
brief: >
A key can be a quoted string
yaml: |
"foo1": bar
'foo2': bar
"foo \" bar": bar
'foo '' bar': bar
'foo3: ': bar
"foo4: ": bar
foo5: { "foo \" bar: ": bar, 'foo '' bar: ': bar }
php: |
array(
'foo1' => 'bar',
'foo2' => 'bar',
'foo " bar' => 'bar',
'foo \' bar' => 'bar',
'foo3: ' => 'bar',
'foo4: ' => 'bar',
'foo5' => array(
'foo " bar: ' => 'bar',
'foo \' bar: ' => 'bar',
),
)
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| YtsAnchorAlias.yml | File | 859 B | 0644 |
|
| YtsBasicTests.yml | File | 3.74 KB | 0644 |
|
| YtsBlockMapping.yml | File | 919 B | 0644 |
|
| YtsDocumentSeparator.yml | File | 1.49 KB | 0644 |
|
| YtsErrorTests.yml | File | 625 B | 0644 |
|
| YtsFlowCollections.yml | File | 1.59 KB | 0644 |
|
| YtsFoldedScalars.yml | File | 3.87 KB | 0644 |
|
| YtsNullsAndEmpties.yml | File | 683 B | 0644 |
|
| YtsSpecificationExamples.yml | File | 40.55 KB | 0644 |
|
| YtsTypeTransfers.yml | File | 6.72 KB | 0644 |
|
| embededPhp.yml | File | 31 B | 0644 |
|
| escapedCharacters.yml | File | 1.99 KB | 0644 |
|
| index.yml | File | 312 B | 0644 |
|
| sfComments.yml | File | 1.33 KB | 0644 |
|
| sfCompact.yml | File | 2.83 KB | 0644 |
|
| sfMergeKey.yml | File | 1.07 KB | 0644 |
|
| sfObjects.yml | File | 284 B | 0644 |
|
| sfQuotes.yml | File | 741 B | 0644 |
|
| sfTests.yml | File | 2.24 KB | 0644 |
|
| unindentedCollections.yml | File | 1.29 KB | 0644 |
|