summaryrefslogtreecommitdiffstats
path: root/tests/yaml-1.2-spec-examples/example-5.12
diff options
context:
space:
mode:
Diffstat (limited to 'tests/yaml-1.2-spec-examples/example-5.12')
-rw-r--r--tests/yaml-1.2-spec-examples/example-5.126
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/yaml-1.2-spec-examples/example-5.12 b/tests/yaml-1.2-spec-examples/example-5.12
new file mode 100644
index 0000000..af9a321
--- /dev/null
+++ b/tests/yaml-1.2-spec-examples/example-5.12
@@ -0,0 +1,6 @@
+# Tabs and spaces
+quoted: "Quoted "
+block: |
+ void main() {
+ printf("Hello, world!\n");
+ }