[4.0] Check the pair of tag. 03/210203/1 submit/tizen_4.0/20191001.070109 submit/tizen_4.0/20191002.042442
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 Jul 2019 01:26:42 +0000 (10:26 +0900)
commitd3dd1a91059d9ad3eb03db53cb307bbdae52b269
treece643c93883218924db236108f964a2c66a10e41
parentc779e20b2fec80511d28620d7d2ab6279dfcd0cd
[4.0] Check the pair of tag.

* 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
automated-tests/src/dali-toolkit/utc-Dali-TextLabel.cpp
dali-toolkit/internal/text/markup-processor.cpp