II.
TestableClaim overview
Reference · liveclaim:multi-doc-yaml-parsing
Multi-doc YAML parsing overview
Indexer correctly parses multi-document YAML with --- separators — files containing multiple YAML documents separated by --- are parsed into individual node documents, each indexed separately.
Attributes
displayName
Multi-doc YAML parsing
description
Indexer correctly parses multi-document YAML with --- separators —
files containing multiple YAML documents separated by --- are parsed
into individual node documents, each indexed separately.
testStatus
passing
testType
unit
category
compatibility
priority
high
testCommand
node -e "const y=require('js-yaml');const d=y.loadAll('---\na: 1\n---\nb: 2');process.exit(d.length===2?0:1)"
Outgoing edges
asserts_about1
- domain:software-engineering·DomainSoftware Engineering
Incoming edges
tests_claim1
- experiment:cross-platform-claims-test·ExperimentCross-Platform Testable Claims Test