summaryrefslogtreecommitdiffstats
path: root/tests/yaml-1.2-spec-examples/example-10.9
diff options
context:
space:
mode:
Diffstat (limited to 'tests/yaml-1.2-spec-examples/example-10.9')
-rw-r--r--tests/yaml-1.2-spec-examples/example-10.97
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/yaml-1.2-spec-examples/example-10.9 b/tests/yaml-1.2-spec-examples/example-10.9
new file mode 100644
index 0000000..28b8111
--- /dev/null
+++ b/tests/yaml-1.2-spec-examples/example-10.9
@@ -0,0 +1,7 @@
+A null: null
+Also a null: # Empty
+Not a null: ""
+Booleans: [ true, True, false, FALSE ]
+Integers: [ 0, 0o7, 0x3A, -19 ]
+Floats: [ 0., -0.0, .5, +12e03, -2E+05 ]
+Also floats: [ .inf, -.Inf, +.INF, .NAN ]