add failing tests for #198

1<-1 fails to parse
This commit is contained in:
Jason Turner 2015-08-01 10:04:42 -06:00
parent 31b3195c17
commit 9d17b18f26

View File

@ -0,0 +1,4 @@
assert_true(2>-1);
assert_false(3<-2);
assert_true(-1==-1);