Move yaml/json sample configs into the samples dir like the other ones
This commit is contained in:
parent
8425154481
commit
838e3f0010
2 changed files with 18 additions and 0 deletions
7
tests/samples/bar.yaml
Normal file
7
tests/samples/bar.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
# Top comment
|
||||||
|
foo: "bar"
|
||||||
|
|
||||||
|
blah:
|
||||||
|
- something
|
||||||
|
- else
|
||||||
11
tests/samples/foo.json
Normal file
11
tests/samples/foo.json
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"foo": "bar",
|
||||||
|
"nested": {
|
||||||
|
"a": 1,
|
||||||
|
"b": true
|
||||||
|
},
|
||||||
|
"list": [
|
||||||
|
10,
|
||||||
|
20
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue