more compact test string initialisation via @talaj (#4096)

This commit is contained in:
Artem Pavlenko 2019-11-05 10:55:16 +00:00
parent b84c414f2e
commit f33e318ac5

View file

@ -22,7 +22,7 @@ TEST_CASE("nested script runs")
TEST_CASE("many punctuation chars")
{
mapnik::value_unicode_string text("(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((test"); // more than 128 "paired" chars
mapnik::value_unicode_string text((std::string(791, '(') + "test").data());
ScriptRun runs(text.getBuffer(), text.length());
while (runs.next())
{