You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// result is a bit different from the one in testGetSimpleText (extra whitespace)
93
+
93
94
// Check contents
94
-
assertStartsWith(text,
95
+
assertContains(text,
95
96
"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nunc at risus vel erat tempus posuere. Aenean non ante. Suspendisse vehicula dolor sit amet odio."
96
97
);
97
-
assertEndsWith(text,
98
+
assertContains(text,
98
99
"Phasellus ultricies mi nec leo. Sed tempus. In sit amet lorem at velit faucibus vestibulum.\n"
99
100
);
100
-
101
-
// Check number of paragraphs by counting number of newlines
"As well as gaining " + euro + "90 from child benefit increases, he will also receive the early childhood supplement of " + euro + "250 per quarter for Vincent for the full four quarters of the year.\n\n\n\n"// \n\n\n"
154
150
);
155
-
assertEndsWith(text,
156
-
"11.4%\t\t90\t\t\t\t\t250\t\t1,310\t\n\n\n\n\n"
157
-
);
158
151
159
-
// Check number of paragraphs by counting number of newlines
0 commit comments