mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
[yaml/en] add another example for YAML null value
This commit is contained in:
parent
02db03231f
commit
d2d10c7050
@ -36,6 +36,7 @@ valeur_numérique: 100
|
||||
notation_scientifique: 1e+12
|
||||
booléen: true
|
||||
valeur_null: null
|
||||
une_autre_valeur_null: ~
|
||||
clé avec espaces: valeur
|
||||
# Bien qu'il ne soit pas nécessaire de mettre les chaînes de caractères
|
||||
# entre guillemets, cela reste possible, et parfois utile.
|
||||
|
@ -38,6 +38,7 @@ octal_notation: 0123 # evaluates to 83
|
||||
# If you want it to be interpreted as a boolean, use true.
|
||||
boolean: true
|
||||
null_value: null
|
||||
another_null_value: ~
|
||||
key with spaces: value
|
||||
|
||||
# Yes and No (doesn't matter the case) will be evaluated to boolean
|
||||
|
Loading…
Reference in New Issue
Block a user