From 6c36460f20548850b0704a462dd8281c7f5868a7 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Mon, 4 May 2015 12:54:10 -0300 Subject: content-parser: implemented more block elements --- tests/check_content_parser.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'tests') diff --git a/tests/check_content_parser.c b/tests/check_content_parser.c index 86ba8d8..df14df3 100644 --- a/tests/check_content_parser.c +++ b/tests/check_content_parser.c @@ -44,6 +44,13 @@ test_content_parse(void **state) " asd\n" " qwewer\n" "\n" + "+++\n" + "1. chunda\n" + "3. fuuuu\n" + "\n" + "+ chunda2\n" + "+ fuuuu2\n" + "\n" "\n" @@ -71,6 +78,15 @@ test_content_parse(void **state) "
bola\n"
         " asd\n"
         "qwewer
\n" + "
\n" + "
    \n" + "
  1. chunda
  2. \n" + "
  3. fuuuu
  4. \n" + "
\n" + "\n" "\n" -- cgit v1.2.3-18-g5258