From ae6443e44a2a6e242cf97d58e608e6f21dcdc464 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Tue, 12 May 2015 19:31:03 -0300 Subject: content-parser: implemented line breaks --- tests/check_content_parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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) "
seis
\n" "

bola\n" "chunda

\n" - "

bola\n" + "

bola
\n" "guda\n" "buga

\n" "
asd
\n" -- cgit v1.2.3-18-g5258