If no alignment option is given, text is aligned left and put in the top left corner.
:ARGS
-s 15x7
:INPUT
aaa
bbbb
ccccc
:OUTPUT-FILTER
:EXPECTED
/*************/
/* aaa       */
/* bbbb      */
/* ccccc     */
/*           */
/*           */
/*************/
:EOF