12 lines · plain
1# RUN: not yaml-bench -canonical %s 2>&1 | FileCheck %s2#3# We don't currently validate tags.4# CHECK: error: Unknown tag handle5 6%TAG !o! tag:ben-kiki.org,2000:7---8- !$a!b foo9- !o! bar10- !h!type baz11 12 1# RUN: not yaml-bench -canonical %s 2>&1 | FileCheck %s2#3# We don't currently validate tags.4# CHECK: error: Unknown tag handle5 6%TAG !o! tag:ben-kiki.org,2000:7---8- !$a!b foo9- !o! bar10- !h!type baz11 12