Skip to content

Commit 0c72c21

Browse files
authored
Add files via upload
1 parent 4779eb3 commit 0c72c21

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

test/test.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"cat": {
3+
"does": "eat",
4+
"have": "toys",
5+
"sound": "meow",
6+
"lovedby": "human"
7+
}
8+
}

test/test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
cat:
2+
does: eat
3+
have: toys
4+
lovedby: human
5+
sound: meow

0 commit comments

Comments
 (0)