Commit 90a3e3b8 authored by Jason R. Coombs's avatar Jason R. Coombs

Add tests capturing expectation for range comparison operators (Ref #380).

parent 435745ff
......@@ -417,3 +417,9 @@ Environment Markers
>>> em("'yx' in 'x'")
False
>>> em("python_version >= '2.6'")
True
>>> em("python_version > '2.5'")
True
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment