11 lines
212 B
YAML
11 lines
212 B
YAML
---
|
|
- name: Spec Example 5.5. Comment Indicator
|
|
from: http://www.yaml.org/spec/1.2/spec.html#id2773032
|
|
tags: spec comment empty
|
|
yaml: |
|
|
# Comment only.
|
|
tree: |
|
|
+STR
|
|
-STR
|
|
json: ''
|
|
dump: ''
|