Mercurial > hg > CbC > CbC_llvm
annotate test/YAMLParser/spec-06-01.data @ 0:95c75e76d11b LLVM3.4
LLVM 3.4
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 12 Dec 2013 13:56:28 +0900 |
parents | |
children |
rev | line source |
---|---|
0 | 1 # RUN: yaml-bench -canonical %s |
2 | |
3 # Leading comment line spaces are | |
4 # neither content nor indentation. | |
5 | |
6 Not indented: | |
7 By one space: | | |
8 By four | |
9 spaces | |
10 Flow style: [ # Leading spaces | |
11 By two, # in flow style | |
12 Also by two, # are neither | |
13 # Tabs are not allowed: | |
14 # Still by two # content nor | |
15 Still by two # content nor | |
16 ] # indentation. |