Check the pair of tag. 79/202779/6
authorJoogab Yun <joogab.yun@samsung.com>
Fri, 5 Apr 2019 00:19:26 +0000 (09:19 +0900)
committerjoogab yun <joogab.yun@samsung.com>
Wed, 17 Apr 2019 01:57:21 +0000 (01:57 +0000)
* A crash occurs if markup is used incorrectly.

ex) these samples will crash.
* label.SetProperty( TextLabel::Property::TEXT, "<color=#ffff0000>10:01:49</color>" );
  - <color value=#fff0000> is correct expression.

* label.SetProperty( TextLabel::Property::TEXT, "10:</b>01:49" );

Change-Id: I380d0209dabbd35756f9a0b3829fc4a7f31da7d9


No differences found