summaryrefslogtreecommitdiffstats
path: root/tests/yaml-1.2-spec-examples/example-5.12
blob: af9a32170fa8c6f949630bbbccb01f68684e0520 (plain)
1
2
3
4
5
6
# Tabs and spaces
quoted: "Quoted 	"
block:	|
  void main() {
  	printf("Hello, world!\n");
  }