Kaydet (Commit) b9dca968 authored tarafından Michael Stahl's avatar Michael Stahl

fdo#78502: actually empty parameter to getParagraph() is not tested

Change-Id: Ia0423eaa6454480979795f9443296919c44a0051
üst 1e6ff8f7
...@@ -8,4 +8,5 @@ ...@@ -8,4 +8,5 @@
{\listname ;} {\listname ;}
\listid297210762 } \listid297210762 }
} }
foo
\par } \par }
...@@ -1044,7 +1044,7 @@ DECLARE_RTFIMPORT_TEST(testFdo58646line, "fdo58646line.rtf") ...@@ -1044,7 +1044,7 @@ DECLARE_RTFIMPORT_TEST(testFdo58646line, "fdo58646line.rtf")
DECLARE_RTFIMPORT_TEST(testFdo78502, "fdo78502.rtf") DECLARE_RTFIMPORT_TEST(testFdo78502, "fdo78502.rtf")
{ {
// ";" separators were inserted as text // ";" separators were inserted as text
getParagraph(1, ""); getParagraph(1, "foo");
} }
DECLARE_RTFIMPORT_TEST(testFdo58646, "fdo58646.rtf") DECLARE_RTFIMPORT_TEST(testFdo58646, "fdo58646.rtf")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment