mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-21 00:32:23 +00:00
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
|