mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-18 09:53:40 -05:00
Unit tests
This commit is contained in:
29
test/fixtures/yaml1.yaml
vendored
Normal file
29
test/fixtures/yaml1.yaml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user