Mercurial > hg > CbC > CbC_llvm
annotate test/YAMLParser/spec-05-12.data @ 85:5e5d649e25d2
Update LLVM 3.7
author | Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 19 Feb 2015 15:19:25 +0900 |
parents | 95c75e76d11b |
children |
rev | line source |
---|---|
0 | 1 # RUN: yaml-bench -canonical %s 2>&1 | FileCheck %s |
2 # | |
3 # We don't currently reject tabs as indentation. | |
4 # XFAIL: * | |
5 | |
6 # Tabs do's and don'ts: | |
7 # comment: | |
8 quoted: "Quoted " | |
9 block: | | |
10 void main() { | |
11 printf("Hello, world!\n"); | |
12 } | |
13 elsewhere: # separation | |
14 indentation, in plain scalar | |
15 | |
16 # CHECK: error |