• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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:
8quoted: "Quoted		"
9block: |
10  void main() {
11  	printf("Hello, world!\n");
12  }
13elsewhere:	# separation
14	indentation, in	plain scalar
15
16# CHECK: error
17