Unit tests

This commit is contained in:
Nathaniel Landau
2021-07-23 15:14:57 -04:00
parent 6cc7a24628
commit def3122a7c
7 changed files with 352 additions and 6 deletions

29
test/fixtures/yaml1.yaml vendored Normal file
View File

@@ -0,0 +1,29 @@
# A list of tasty fruits
fruits:
- Apple
- Orange
- Strawberry
- Mango
# An single record
employee:
name: Jimmy veloper
job: Developer
skill: Elite
# Multiple records
employees:
martin:
name: Martin D'vloper
job: Developer
skills:
- python
- perl
- pascal
tabitha:
name: Tabitha Bitumen
job: Developer
skills:
- lisp
- fortran
- erlang