remove test file

This commit is contained in:
Timi
2025-07-13 18:22:42 +08:00
parent 791cf9b770
commit a0984d0783
3 changed files with 4 additions and 31 deletions

5
.gitignore vendored
View File

@ -35,4 +35,7 @@ build/
.vscode/ .vscode/
### Mac OS ### ### Mac OS ###
.DS_Store .DS_Store
test*.yaml

View File

@ -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

View File

@ -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