efl.canvas.textblock: allow all white spaces in style string not just space
authorAli Alzyod <ali198724@gmail.com>
Tue, 11 Feb 2020 11:03:00 +0000 (12:03 +0100)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 11 Feb 2020 22:00:11 +0000 (07:00 +0900)
commit413281c6dc8b21d300869ac52aa39158122047d0
treef087484df222e4c352b75a6407609684175cf487
parente47a86518398022f733aa675c270fe3691d30a9d
efl.canvas.textblock: allow all white spaces in style string not just space

Summary:
style string can contain any kind of white spaces and it will be fine

For example
```
"font=sans font_size=30 color=red "
```
Is the same as
```
"font=sans\tfont_size=30\n  color=red "
```

Reviewers: woohyun, segfaultxavi, tasn, zmike

Reviewed By: segfaultxavi

Subscribers: bu5hm4n, cedric, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T8532

Differential Revision: https://phab.enlightenment.org/D11303
src/lib/evas/canvas/evas_object_textblock.c
src/tests/evas/evas_test_textblock.c