Current section

Files

Jump to
yamerl testsuite data parsing ex_5.12_tabs_and_spaces.data
Raw

testsuite/data/parsing/ex_5.12_tabs_and_spaces.data

# Tabs and spaces
quoted: "Quoted "
block: |
void main() {
printf("Hello, world!\n");
}