xref: /aosp_15_r20/external/llvm/test/YAMLParser/construct-seq.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker# RUN: yaml-bench -canonical %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Worker# Ordered sequence of nodes
4*9880d681SAndroid Build Coastguard WorkerBlock style: !!seq
5*9880d681SAndroid Build Coastguard Worker- Mercury   # Rotates - no light/dark sides.
6*9880d681SAndroid Build Coastguard Worker- Venus     # Deadliest. Aptly named.
7*9880d681SAndroid Build Coastguard Worker- Earth     # Mostly dirt.
8*9880d681SAndroid Build Coastguard Worker- Mars      # Seems empty.
9*9880d681SAndroid Build Coastguard Worker- Jupiter   # The king.
10*9880d681SAndroid Build Coastguard Worker- Saturn    # Pretty.
11*9880d681SAndroid Build Coastguard Worker- Uranus    # Where the sun hardly shines.
12*9880d681SAndroid Build Coastguard Worker- Neptune   # Boring. No rings.
13*9880d681SAndroid Build Coastguard Worker- Pluto     # You call this a planet?
14*9880d681SAndroid Build Coastguard WorkerFlow style: !!seq [ Mercury, Venus, Earth, Mars,      # Rocks
15*9880d681SAndroid Build Coastguard Worker                    Jupiter, Saturn, Uranus, Neptune, # Gas
16*9880d681SAndroid Build Coastguard Worker                    Pluto ]                           # Overrated
17*9880d681SAndroid Build Coastguard Worker
18