1
0

fichiers de test + correctifs

correctifs de styles (polices)
This commit is contained in:
Jérémie Ducastel
2015-08-10 00:17:48 +02:00
parent 4393c5be63
commit ca6f0446f0
12 changed files with 404 additions and 4 deletions

15
tests/yaml.yaml Normal file
View 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