saphyr-serde/parser/tests/yaml-test-suite/src/ZYU8.yaml
2024-10-12 16:15:46 +02:00

32 lines
523 B
YAML

---
- skip: true
note: The following cases are valid YAML according to the 1.2 productions but
not at all usefully valid. We don't want to encourage parsers to support
them when we'll likely make them invalid later.
also: MU58
name: Directive variants
from: '@ingydotnet'
tags: directive
yaml: |
%YAML1.1
---
tree: |
+STR
+DOC ---
=VAL :
-DOC
-STR
json: |
null
- yaml: |
%***
---
- yaml: |
%YAML 1.1 1.2
---
- yaml: |
%YAML 1.12345
---