summaryrefslogtreecommitdiff
path: root/spec/unit/pops/evaluator/comparison_ops_spec.rb
AgeCommit message (Collapse)AuthorFilesLines
2014-05-18(PUP-1807) Add tests cases for undef equality checksHenrik Lindberg1-4/+7
This adds checks that future evaluator treats '' != undef. (It already did this, but tests were missing).
2013-12-05(#22363) Add test that false != ''Henrik Lindberg1-0/+1
A falsey value is not equal to false.
2013-12-05(#22363) Change evaluator error reporting to use Pops::IssuesHenrik Lindberg1-1/+1
The evaluator made call to a fail function that just printed the message without any details. This changes the behavior to use the Pops::Issues system. Many issues have been added. Some error messages were changed.
2013-12-05(#22363) Add "future evaluator"Henrik Lindberg1-0/+255
This commit contains the initial work on a new evaluator. It operates on the output of the future parser.