summaryrefslogtreecommitdiff
path: root/test/YAMLParser/spec-05-12.data
blob: eedfc08cf38ac236ae8605289c64fc0b3c90707d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# RUN: yaml-bench -canonical %s 2>&1 | FileCheck %s
#
# We don't currently reject tabs as indentation.
# XFAIL: *

# Tabs do's and don'ts:
# comment:
quoted: "Quoted		"
block: |
  void main() {
  	printf("Hello, world!\n");
  }
elsewhere:	# separation
	indentation, in	plain scalar

# CHECK: error