Ticket #29 (closed defect: fixed)
Parser: The power of || and && operators
| Reported by: | ivan.zapreev | Owned by: | ivan.zapreev |
|---|---|---|---|
| Priority: | major | Milestone: | MRMC v1.2.2 |
| Component: | Core | Version: | 1.2.2 |
| Keywords: | Cc: | nguyen, christinajansen |
Description
General parser problem with the power of
In MRMC up to version 1.2.2 the power of && and
due to the poor parsing prammar the model checking results,
e.g. for the formulas:
a && b || c c || b && a
could be different!
Is illustrated by the
test/functional_tests/dtmc/pctl/operators/basic/pctl_basic_01/
regression test.
Change History
Note: See
TracTickets for help on using
tickets.

