{"ScriptPreparationCode":null,"TestCases":[{"Name":"int comparison","Code":"const a = 1582804062513\r\nconst b = 1592804062513\r\nconst c = b - a\r\nconst d = a - b","IsDeferred":false},{"Name":"string compare with locale","Code":"const a = \u00221582804062513_note\u0022\r\nconst b = \u00221592804062513_note\u0022\r\nconst c = a.localeCompare(b)\r\nconst d = b.localeCompare(a)","IsDeferred":false},{"Name":"string compare simple","Code":"const a = \u00221582804062513\u0022\r\nconst b = \u00221592804062513\u0022\r\nconst c = a \u003E b\r\nconst d = b \u003C c","IsDeferred":false},{"Name":"special case","Code":"const a = \u00221582804062513_note\u0022.substring(0, 13)\r\nconst b = \u00221592804062513_note\u0022.substring(0, 13)\r\nconst c = a \u003E b\r\nconst d = b \u003C c","IsDeferred":false}]}