Shortcut check for markup in a string, before attempting to parse and split the strin...
[platform/core/uifw/dali-toolkit.git] / automated-tests / dali-internal-test-suite / text-view / utc-Dali-TextView-Relayout-Utilities.cpp
index 9b5ddef..5a5aa26 100644 (file)
@@ -69,7 +69,7 @@ bool TestCalculateSubLineLayout( const CalculateSubLineLayoutTest& test,  const
 
   // Create styled text.
   MarkupProcessor::StyledTextArray inputStyledText;
-  MarkupProcessor::GetStyledTextArray( test.inputLine, inputStyledText );
+  MarkupProcessor::GetStyledTextArray( test.inputLine, inputStyledText, true );
 
   // Create styled text layout info.
   Toolkit::Internal::TextView::RelayoutData relayoutData;