diff options
author | Nak-Gyeong Kim <nakkyong.kim@samsung.com> | 2015-05-29 18:11:49 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-05-29 18:22:09 +0200 |
commit | 7d33ae501b2263ff1450c6351dea181573afe517 (patch) | |
tree | cd46ff3b8749c8206e433f68a8847e414db3d4f6 /src/bin/ecore_evas | |
parent | 7056b2f6e4af9c1ef9445472c018655a19a54e71 (diff) |
edje: edje_cc_parse should check pair of parens.
Summary:
Fix parens bug.
((x + y)-z) is OK.
((x + y) - z) is NOT OK. This patch can cover this case.
@fix
Signed-off-by: Nak-Gyeong Kim <nakkyong.kim@samsung.com>
Test Plan:
Test in edc.
((x + y)-z) is OK.
((x + y) - z) is NOT OK. This patch can cover this case.
If parens are not paired, it will notify.
Reviewers: raster, Hermet, cedric
Subscribers: kimcinoo, jaehwan
Differential Revision: https://phab.enlightenment.org/D2554
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'src/bin/ecore_evas')
0 files changed, 0 insertions, 0 deletions