blob: 090200531c60c3c306f604c6097de5ab5da89ca7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
%YAML 1.1
---
- name: spec-02-20
tree: |
+STR
+DOC
+MAP
=VAL :canonical
=VAL :1.23015e+3
=VAL :exponential
=VAL :12.3015e+02
=VAL :sexagesimal
=VAL :20:30.15
=VAL :fixed
=VAL :1,230.15
=VAL :negative infinity
=VAL :-.inf
=VAL :not a number
=VAL :.NaN
-MAP
-DOC
-STR
yaml: |
canonical: 1.23015e+3
exponential: 12.3015e+02
sexagesimal: 20:30.15
fixed: 1,230.15
negative infinity: -.inf
not a number: .NaN
|