Sign in
dart
/
tools.git
/
999a2df4
/
.
/
pkgs
/
yaml_edit
/
test
/
crash_test
/
testdata
/
simple_comments.yaml
blob: 2192c8d61c05cdadc1c8722f52647ca749d77dcc [
file
]
# Initial comment
string:
'hello world'
# Comment
map:
foo:
42
# Best number
bar:
'baz'
list:
# Great starter list
-
1
-
2
-
3