spec-05-12.data   [plain text]


# 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