{"ScriptPreparationCode":null,"TestCases":[{"Name":"tailed","Code":"function checkToto(toto) {\r\n const isIconRight = true;\r\n const width = \u0022fixed\u0022;\r\n const variant = \u0022primary\u0022;\r\n const conditions = {\r\n \u0027px-0 min-w-0 w-[160px] md:w-[176px]\u0027: width === \u0027fixed\u0027,\r\n \u0027min-w-[160px] md:min-w-[176px]\u0027: width === \u0027fluid\u0027,\r\n \u0027w-full\u0027: width === \u0027full\u0027,\r\n \u0027primaryStyle\u0027: variant === \u0027primary\u0027,\r\n \u0027secondaryStyle\u0027: variant === \u0027secondary\u0027,\r\n \u0027tertiaryStyle\u0027: variant === \u0027tertiary\u0027,\r\n \u0027textStyle\u0027: variant === \u0027text\u0027,\r\n \u0027basis-[24px] grow-0 shrink-0 h-24\u0027: variant !== \u0027tertiary\u0027,\r\n \u0027basis-[20px] grow-0 shrink-0 h-[20px]\u0027: variant === \u0027tertiary\u0027,\r\n \u0027fill-white-100 group-disabled:fill-white-50\u0027: variant === \u0027primary\u0027,\r\n \u0027fill-text-button group-disabled:opacity-50\u0027: variant === \u0027secondary\u0027 || variant === \u0027tertiary\u0027,\r\n \u0027fill-primary group-disabled:fill-primary--disabled\u0027: variant === \u0027text\u0027,\r\n \u0027order-2\u0027: isIconRight === true,\r\n }\r\n return toto;\r\n}\r\ncheckToto(\u0027ro\u0027);","IsDeferred":false},{"Name":"normal","Code":"function checkToto(toto) {\r\n return toto;\r\n}\r\ncheckToto(\u0027ro\u0027);","IsDeferred":false}]}