fdo#78502: actually empty parameter to getParagraph() is not tested
Change-Id: Ia0423eaa6454480979795f9443296919c44a0051
This commit is contained in:
@@ -8,4 +8,5 @@
|
||||
{\listname ;}
|
||||
\listid297210762 }
|
||||
}
|
||||
foo
|
||||
\par }
|
||||
|
@@ -1044,7 +1044,7 @@ DECLARE_RTFIMPORT_TEST(testFdo58646line, "fdo58646line.rtf")
|
||||
DECLARE_RTFIMPORT_TEST(testFdo78502, "fdo78502.rtf")
|
||||
{
|
||||
// ";" separators were inserted as text
|
||||
getParagraph(1, "");
|
||||
getParagraph(1, "foo");
|
||||
}
|
||||
|
||||
DECLARE_RTFIMPORT_TEST(testFdo58646, "fdo58646.rtf")
|
||||
|
Reference in New Issue
Block a user