{"ScriptPreparationCode":null,"TestCases":[{"Name":"int comparison","Code":"const a = 1\r\nconst b = 1\r\nreturn a == b","IsDeferred":false},{"Name":"string comparison","Code":"const a = \u0022Primary\u0022\r\nconst b = \u0022Primary\u0022\r\nreturn a == b","IsDeferred":false},{"Name":"check boolean","Code":"const isPrimary = true\r\nconst isQuaternary = false\r\nif ( isPrimary ) {\r\n\treturn isPrimary\r\n} else {\r\n \treturn isQuaternary\r\n}","IsDeferred":false}]}