[unit-tests] mark text/nested script runs as unicode 16

This commit is contained in:
Mathis Logemann 2022-01-27 18:42:40 +01:00
parent 3b1d09702c
commit ef062ac314

View file

@ -5,7 +5,7 @@
TEST_CASE("nested script runs")
{
mapnik::value_unicode_string text("Nested text runs(первый(second(третий)))"); //mixed scripts
mapnik::value_unicode_string text(u"Nested text runs(первый(second(третий)))"); //mixed scripts
ScriptRun runs(text.getBuffer(), text.length());
std::size_t count = 0;
std::size_t size = 0;