Textblock: fix textblock_basic test

Test's text was changed some time ago, changing the escaped strings e.g.
">" to "&gt" (i.e. without ";").
Thus, only the starting portion of the text got shown.
Now it's fixed.
This commit is contained in:
Daniel Hirt 2017-06-14 08:10:55 +03:00
parent fe8e23cbc6
commit 9cdc8c68a7
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ static void _setup(void)
evas_object_textblock_clear(o);
evas_object_textblock_text_markup_set(o, "<center><h1>Title</h1></center><br/>"
"<p><tab>A pragraph here <red>red text</red> and stuff.</p>"
"<p>And escaping &lt, and &gt, as well as &amp, as <h1>normal.</h1></p>"
"<p>If you want a newline use &lt, br&gt, <br/>woo a new line!</p>"
"<p>And escaping &lt;, and &gt;, as well as &amp;, as <h1>normal.</h1></p>"
"<p>If you want a newline use &lt;, br&gt;, <br/>woo a new line!</p>"
"<right>Right "
"<style=outline color=#fff outline_color=#000>aligned</> "
"<style=shadow shadow_color=#fff8>text</> "