ChaiScript/unittests/equ_shortform.chai
2011-09-24 12:05:08 -06:00

5 lines
62 B
ChaiScript

auto x=.5
assert_equal(.5, x)
auto y=-.5
assert_equal(-.5, y)