diff options
author | Teddy Wing | 2022-03-07 22:52:17 +0100 |
---|---|---|
committer | Teddy Wing | 2022-03-07 22:52:17 +0100 |
commit | a04e368947ffa5c2c679c149e86ddf423a042822 (patch) | |
tree | 5ddaac980d0e592ebaf19bcfae37df41676354ad /test.yml | |
parent | f2bb75a53d3c05aca645e221f40dcd51f62503b0 (diff) | |
download | yaqlite-a04e368947ffa5c2c679c149e86ddf423a042822.tar.bz2 |
Try reading and parsing a YAML file
Diffstat (limited to 'test.yml')
-rw-r--r-- | test.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test.yml b/test.yml new file mode 100644 index 0000000..75f8943 --- /dev/null +++ b/test.yml @@ -0,0 +1,8 @@ +- name: Rory Mercury + description: >- + This is a line. + + This is another line of the description + that is folded. + email: rory.mercury@example.com + person_id: 22 |