remove test file
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -36,3 +36,6 @@ build/
|
|||||||
|
|
||||||
### Mac OS ###
|
### Mac OS ###
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
|
||||||
|
test*.yaml
|
||||||
15
test.yaml
15
test.yaml
@ -1,15 +0,0 @@
|
|||||||
str: dump object test
|
|
||||||
num: 123
|
|
||||||
bool: true
|
|
||||||
enum_test: TEST2
|
|
||||||
obj:
|
|
||||||
obj_str: test str
|
|
||||||
obj_list:
|
|
||||||
- new list item test
|
|
||||||
- str item0
|
|
||||||
- str item1
|
|
||||||
list:
|
|
||||||
- 0
|
|
||||||
- 1
|
|
||||||
- 2
|
|
||||||
- 3
|
|
||||||
@ -1,15 +0,0 @@
|
|||||||
str: str value
|
|
||||||
num: 123
|
|
||||||
bool: true
|
|
||||||
enum_test: TEST2
|
|
||||||
converter_test: converter test update
|
|
||||||
obj:
|
|
||||||
obj_str: test str
|
|
||||||
obj_list:
|
|
||||||
- str item0
|
|
||||||
- str item1
|
|
||||||
list:
|
|
||||||
- 0
|
|
||||||
- 1
|
|
||||||
- 2
|
|
||||||
- 3
|
|
||||||
Reference in New Issue
Block a user