33 lines
484 B
YAML
33 lines
484 B
YAML
|
---
|
||
|
- name: Spec Example 8.8. Literal Content
|
||
|
from: http://www.yaml.org/spec/1.2/spec.html#id2796118
|
||
|
tags: spec literal scalar comment whitespace 1.3-err
|
||
|
yaml: |
|
||
|
|
|
||
|
␣
|
||
|
␣␣
|
||
|
literal
|
||
|
␣␣␣
|
||
|
␣␣
|
||
|
text
|
||
|
|
||
|
# Comment
|
||
|
tree: |
|
||
|
+STR
|
||
|
+DOC
|
||
|
=VAL |\n\nliteral\n \n\ntext\n
|
||
|
-DOC
|
||
|
-STR
|
||
|
json: |
|
||
|
"\n\nliteral\n \n\ntext\n"
|
||
|
dump: |
|
||
|
"\n\nliteral\n \n\ntext\n"
|
||
|
emit: |
|
||
|
|
|
||
|
|
||
|
|
||
|
literal
|
||
|
␣␣␣
|
||
|
|
||
|
text
|