zola/components/utils/test-files
Ken "Elf" Mathieu Sternberg 77eb9fef9b
Create pull request/add yaml to load data (#1842)
* Add YAML to formats supported by load_data()

A fairly trivial addition; JSON and YAML are handled so similarly
that this was a matter of copying the JSON-relevant handlers and
editing the copies to handle YAML as well.  The test file was
literally generated with 'json2yaml'.

The documentation has been updated to indicate that load_data() now
handles YAML code.

The CHANGELOG has been updated as well.

* After checking, I found that it's generally agreed the mime type is still application/x-yaml.

* Update comment, unify library importing.

I noticed one more place where the list of formats was supported,
and added YAML to that list.

I noticed that there's a singular place to load the `libs::` crate,
and unified by importing of serde_yaml in that place.
2022-04-29 20:22:02 +02:00
..
test.css More tests for load_data 2019-03-22 20:44:06 +01:00
test.csv CSV and TOML loading global functions (#379) 2018-10-18 17:32:30 +02:00
test.json CSV and TOML loading global functions (#379) 2018-10-18 17:32:30 +02:00
test.toml Add a test for local time in TOML 2019-04-18 18:55:09 +02:00
test.xml Added XML support for load_data (#1769) 2022-03-04 21:28:08 +01:00
test.yaml Create pull request/add yaml to load data (#1842) 2022-04-29 20:22:02 +02:00
uneven_rows.csv Handle csv parsing error to fix issue getzola/zola#588 2019-02-04 15:58:58 -05:00