mirror of
https://github.com/adrienverge/yamllint.git
synced 2024-11-26 01:20:15 -06:00
8 lines
203 B
Groff
8 lines
203 B
Groff
|
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 ]
|