{"ScriptPreparationCode":null,"TestCases":[{"Name":"string compare with locale","Code":"const a = \u00221582804062513_note\u0022\r\nconst b = \u00221592804062513_note\u0022\r\nconst c = a.localeCompare(b, undefined, { sensitivity: \u0027base\u0027 })\r\nconst d = b.localeCompare(a, undefined, { sensitivity: \u0027base\u0027 })","IsDeferred":false},{"Name":"string compare simple","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}]}