need help with GnomeSequencer

im haveing bit hard time with GnomeSequencer if any 1 cood help me out message me on here plz.
and ty for yals time

im unable get macro working for my prot pally but one for my monk works idk what im doing wrong

here the pally one

Sequences[‘Prot’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/castsequence reset=combat Seal of Insight,null
]],
‘/cast Avenger’s Shield’ ,
‘/cast Judgment’,
‘/cast Crusader Strike’,
‘/cast Holy Wrath’,
‘/castsequence reset=6 Sacred Shield,Consecration,Consecration,Consecration’,
‘/cast Hammer of Wrath’,
‘/cast Shield of the Righteous’,
PostMacro = [[
]],
}

Sequences[‘ProtAOE’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/castsequence reset=combat Seal of Insight,null
]],
‘/cast Avenger’s Shield’ ,
‘/cast Judgment’,
‘/cast Hammer of the Righteous’,
‘/cast Holy Wrath’,
‘/castsequence reset=6 Sacred Shield,Consecration,Consecration,Consecration’,
‘/cast Hammer of Wrath’,
‘/cast Shield of the Righteous’,
PostMacro = [[
]],
}

The obvious issue with the posted sequence is the unescaped ’ in Avenger’s Shield. it should be Avenger’s Shield.