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