brintos

brintos / llvm-project-archived public Read only

0
0
Text · 517 B · 56b25cb Raw
22 lines · plain
1# RUN: yaml-bench -canonical %s | FileCheck %s2 3%TAG ! tag:clarkevans.com,2002:4--- !shape5  # Use the ! handle for presenting6  # tag:clarkevans.com,2002:circle7- !circle8  center: &ORIGIN {x: 73, y: 129}9  radius: 710- !line11  start: *ORIGIN12  finish: { x: 89, y: 102 }13- !label14  start: *ORIGIN15  color: 0xFFEEBB16  text: Pretty vector drawing.17 18#CHECK: !<tag:clarkevans.com,2002:shape>19#CHECK:   !<tag:clarkevans.com,2002:circle>20#CHECK:   !<tag:clarkevans.com,2002:line>21#CHECK:   !<tag:clarkevans.com,2002:label>22