aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2015-05-12 19:31:03 -0300
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2015-05-12 19:31:03 -0300
commitae6443e44a2a6e242cf97d58e608e6f21dcdc464 (patch)
tree9c02e3e5439f6040f34e5c9b61129af2a1d6e691 /tests
parentf987424ed9954239ec0a730b721700ac58c1bf1a (diff)
downloadblogc-ae6443e44a2a6e242cf97d58e608e6f21dcdc464.tar.gz
blogc-ae6443e44a2a6e242cf97d58e608e6f21dcdc464.tar.bz2
blogc-ae6443e44a2a6e242cf97d58e608e6f21dcdc464.zip
content-parser: implemented line breaks
Diffstat (limited to 'tests')
-rw-r--r--tests/check_content_parser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/check_content_parser.c b/tests/check_content_parser.c
index 49f07ba..0053051 100644
--- a/tests/check_content_parser.c
+++ b/tests/check_content_parser.c
@@ -33,7 +33,7 @@ test_content_parse(void **state)
"bola\n"
"chunda\n"
"\n"
- "> bola\n"
+ "> bola \n"
"> guda\n"
"> buga\n"
"> \n"
@@ -68,7 +68,7 @@ test_content_parse(void **state)
"<h6>seis</h6>\n"
"<p>bola\n"
"chunda</p>\n"
- "<blockquote><p>bola\n"
+ "<blockquote><p>bola <br />\n"
"guda\n"
"buga</p>\n"
"<pre><code>asd</code></pre>\n"