This kind of thing is easy to test. So, why don't you?

In remotes:
alias /test { echo -s TEST $1- }
In Status Window:
/ test blah1 $me
//test blah2 $me
// test blah3 $me
////////test blah4 $me
/// test blah5 $me <- This one is strange
///// test blah6 $me <- This one is even stranger
/ echo -s echotest $test(blub1,$me)
//echo -s echotest $test(blub2,$me)
//echo -s echotest $/test(blub3,$me)
///echo -s echotest $/////////test(blub4,$me)
////////echo -s echotest <- Way too strange...