bolt/deps/llvm-18.1.8/llvm/test/YAMLParser/spec-08-09.test

14 lines
241 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
# 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 }