allwinner_a64/android/external/llvm/test/YAMLParser/spec-08-09.test
2018-08-08 16:14:42 +08:00

13 lines
241 B
Text

# RUN: yaml-bench -canonical %s
---
scalars:
plain: !!str some text
quoted:
single: 'some text'
double: "some text"
collections:
sequence: !!seq [ !!str entry,
# Mapping entry:
key: value ]
mapping: { key: value }