Code:
alias abug echo -s one $&
  two

If you type /abug, it echoes "one" instead of the correct "one two" (if you enclose the code in { } it works fine though)