[unit-tests] mark text/nested script runs as unicode 16
This commit is contained in:
parent
3b1d09702c
commit
ef062ac314
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
TEST_CASE("nested script runs")
|
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());
|
ScriptRun runs(text.getBuffer(), text.length());
|
||||||
std::size_t count = 0;
|
std::size_t count = 0;
|
||||||
std::size_t size = 0;
|
std::size_t size = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue