X-Git-Url: http://git.annexia.org/?p=whenjobs.git;a=blobdiff_plain;f=tests%2Fparsing%2Ft020_simple.ml;h=19ad3f91b0ae141ed0cc0b27f0a97bc520c0353a;hp=f7f0778d2dc66a4cdf9d9abdd055622ca75f6aff;hb=1d0b030e3a62a905dce16d05e8816cb3da8c49eb;hpb=2701d3a832514ee94d110dfbd4f46f2ab6d9637e diff --git a/tests/parsing/t020_simple.ml b/tests/parsing/t020_simple.ml index f7f0778..19ad3f9 100644 --- a/tests/parsing/t020_simple.ml +++ b/tests/parsing/t020_simple.ml @@ -59,3 +59,13 @@ when false == true : << # nothing >> + +when true != true : +<< + # nothing +>> + +when true <> (false || true) : +<< + # nothing +>>