xref: /aosp_15_r20/external/snakeyaml/src/test/resources/pyyaml/spec-05-12.data (revision ac2a7c1bf4e14d82f3bd566dcc2d76d5b42faf34)
1# Tabs do's and don'ts:
2# comment:
3quoted: "Quoted		"
4block: |
5  void main() {
6  	printf("Hello, world!\n");
7  }
8elsewhere:	# separation
9	indentation, in	plain scalar
10