anthem/tests
Patrick Lühne 0ce4e54d1a
Fix precedence of interval operator
The interval operator has a lower precedence than, for example, binary
operations. This was unexpected and incorrectly implemented in the
output functions. For now, this is fixed by enclosing intervals in
parentheses to avoid misinterpretations.

The existing unit tests are adjusted to the updated output format.
2018-05-04 17:06:28 +02:00
..
CMakeLists.txt Enforcing color output when testing for convenience. 2017-06-01 03:08:05 +02:00
TestCompletion.cpp Fix precedence of interval operator 2018-05-04 17:06:28 +02:00
TestHiddenPredicateElimination.cpp Fix precedence of interval operator 2018-05-04 17:06:28 +02:00
TestIntegerDetection.cpp Fix precedence of interval operator 2018-05-04 17:06:28 +02:00
TestPlaceholders.cpp Add new simplification rule 2018-04-10 22:34:47 +02:00
TestSimplification.cpp Fix precedence of interval operator 2018-05-04 17:06:28 +02:00
TestTranslation.cpp Fix precedence of interval operator 2018-05-04 17:06:28 +02:00
TestUnsupported.cpp Fix handling of rules with multielement head 2018-05-04 15:13:36 +02:00
main.cpp Initial commit. 2016-11-21 17:53:46 +01:00