Rev 4126 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 4128 2018-02-25 15:43:30
- Author: gerd
- Log message:
- correction: some rules with style functions were ignored
rules like
a=* & is_closed()=true {...}
were ignored because ExpressionArranger changed them to
is_closed()=true & a=* {...}
Style functions are not indexable and therefore must not come first.