summaryrefslogtreecommitdiffstats
path: root/tests/yaml-1.2-spec-examples/example-10.8
blob: 552ff82093eb7f41939ffbcffead1b46cc52be81 (plain)
1
2
3
4
5
A null: null
Booleans: [ true, false ]
Integers: [ 0, -0, 3, -19 ]
Floats: [ 0., -0.0, 12e03, -2E+05 ]
Invalid: [ True, Null, 0o7, 0x3A, +12.3 ]