22 lines
196 B
Plaintext
22 lines
196 B
Plaintext
# RUN: yaml-bench -canonical %s |& FileCheck %s
|
|
#
|
|
# Not quite sure why this doesn't fail.
|
|
# XFAIL: *
|
|
|
|
---
|
|
--- ||| : foo
|
|
... >>>: bar
|
|
---
|
|
[
|
|
---
|
|
,
|
|
... ,
|
|
{
|
|
--- :
|
|
... # Nested
|
|
}
|
|
]
|
|
...
|
|
|
|
# CHECK: error
|