{ "cases": [ { "expression": "@{parseUnixTime(0) < parseUnixTime(0)}", "expected": { "type": "boolean", "value": false }, "platforms": [ "android", "ios", "web", "flutter" ] }, { "expression": "@{parseUnixTime(0) < parseUnixTime(100)}", "expected": { "type": "boolean", "value": true }, "platforms": [ "android", "ios", "web", "flutter" ] }, { "expression": "@{parseUnixTime(100) < parseUnixTime(0)}", "expected": { "type": "boolean", "value": false }, "platforms": [ "android", "ios", "web", "flutter" ] }, { "expression": "@{parseUnixTime(0) <= parseUnixTime(0)}", "expected": { "type": "boolean", "value": true }, "platforms": [ "android", "ios", "web", "flutter" ] }, { "expression": "@{parseUnixTime(0) <= parseUnixTime(100)}", "expected": { "type": "boolean", "value": true }, "platforms": [ "android", "ios", "web", "flutter" ] }, { "expression": "@{parseUnixTime(100) <= parseUnixTime(0)}", "expected": { "type": "boolean", "value": false }, "platforms": [ "android", "ios", "web", "flutter" ] }, { "expression": "@{parseUnixTime(0) > parseUnixTime(0)}", "expected": { "type": "boolean", "value": false }, "platforms": [ "android", "ios", "web", "flutter" ] }, { "expression": "@{parseUnixTime(0) > parseUnixTime(100)}", "expected": { "type": "boolean", "value": false }, "platforms": [ "android", "ios", "web", "flutter" ] }, { "expression": "@{parseUnixTime(100) > parseUnixTime(0)}", "expected": { "type": "boolean", "value": true }, "platforms": [ "android", "ios", "web", "flutter" ] }, { "expression": "@{parseUnixTime(0) >= parseUnixTime(0)}", "expected": { "type": "boolean", "value": true }, "platforms": [ "android", "ios", "web", "flutter" ] }, { "expression": "@{parseUnixTime(0) >= parseUnixTime(100)}", "expected": { "type": "boolean", "value": false }, "platforms": [ "android", "ios", "web", "flutter" ] }, { "expression": "@{parseUnixTime(100) >= parseUnixTime(0)}", "expected": { "type": "boolean", "value": true }, "platforms": [ "android", "ios", "web", "flutter" ] } ] }