summaryrefslogtreecommitdiff
path: root/test/YAMLParser/spec-05-12.data
blob: 7dadff76f8d790fb18baaf0420e476d2a22b75eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# RUN: yaml-bench -canonical %s |& 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