1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-30 04:51:21 +02:00

Update libs/tests/book.rs to use real YAML multiline syntax

This commit is contained in:
Elisabeth Henry 2016-03-01 17:28:31 +01:00
parent 9a181f9663
commit 05cb43bc1d

@ -6,8 +6,8 @@ fn load_config() {
let config = "
author: Author
title: Some title
description: >
A
description: >-
A
long
description
epub.version: 3";