GSE problem

hi there im trying to import a macro to GSE addon , its says the macro has impoted, but there nothing there , im tring to import this macro .

Sequences[“FuryST”] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/startattack
/cast [combat] Avatar
/cast [combat] Battle Cry
]],
[[/castsequence reset=60 Rampage,Battle Cry]],
[[/cast [talent:7/3] Dragon Roar]],
[[/cast Rampage]],
[[/cast Bloodthirst]],
[[/cast Raging Blow]],
[[/cast Furious Slash]],
[[/cast !Execute]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}