fichiers de test + correctifs
correctifs de styles (polices)
This commit is contained in:
15
tests/yaml.yaml
Normal file
15
tests/yaml.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
root:
|
||||
unquoted_string: lorem ipsem
|
||||
quotwed_string: "lorem ipsum"
|
||||
integer: 123
|
||||
float: 3.14
|
||||
boolean: true
|
||||
null: null
|
||||
list:
|
||||
- one
|
||||
- two
|
||||
- three
|
||||
map_list:
|
||||
- one: 1
|
||||
- two: "two"
|
||||
- three: 3.0
|
Reference in New Issue
Block a user