boxes/test/047_alignment_multiline_none.txt
2014-09-27 23:08:43 +02:00

16 lines
248 B
Plaintext

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