My macros aren't working

I have GS-E from Curse and lately I can’t seem to create new macros. Or rather, I can create them, but they don’t do anything.

Really simple ones, like cast one of two spells like this:

Sequences['AoE Monk'] = {
author="Sueshi@Cenarius",
specID=269,
version=2,
source = "Local",
helpTxt = "Talents: 31?,?,?,?,?,",
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
]],
"/castsequence  reset=target  Fists of Fury, Spinning Crane Kick",
PostMacro=[[
]],
}

I press the macro and nothing happens. I’ve had it happen several tiems now.

I think I figured it out. It doesn’t like spaces in GSSE sequence names. Ack!