xref: /aosp_15_r20/external/llvm/test/YAMLParser/spec-08-12.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1# RUN: yaml-bench -canonical %s
2
3[
4  Without properties,
5  &anchor "Anchored",
6  !!str 'Tagged',
7  *anchor, # Alias node
8  !!str ,  # Empty plain scalar
9  '',   # Empty plain scalar
10]
11