more compact test string initialisation via @talaj (#4096)
This commit is contained in:
parent
b84c414f2e
commit
f33e318ac5
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ TEST_CASE("nested script runs")
|
||||||
|
|
||||||
TEST_CASE("many punctuation chars")
|
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());
|
ScriptRun runs(text.getBuffer(), text.length());
|
||||||
while (runs.next())
|
while (runs.next())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue