1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-24 05:56:08 +02:00
crowbook/tests
Elisabeth Henry 54ca041d5a Clean Book constructors API
- Book::new takes an additional `options` parameter.
- Book::new_from_file_with_options becomes `new_from_file`, which got
  deleted.

This way, each constructor takes an `options` parameter (which can
be set to `&[]` for default options), allowing derived constructors to
not replicate the setting options code.
2016-03-03 20:56:28 +01:00
..
book.rs Clean Book constructors API 2016-03-03 20:56:28 +01:00
test.book added a test md file (and book) in tests directory 2016-02-23 22:41:22 +01:00
test.md Make Book parse inline yaml blocks, not just ignoring them. 2016-03-01 16:00:43 +01:00