1
0
mirror of https://github.com/ascii-boxes/boxes.git synced 2025-03-07 18:51:11 +01:00
boxes/test/047_alignment_multiline_none.txt

17 lines
263 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
:OUTPUT-FILTER
:EXPECTED
/*************/
/* aaa */
/* bbbb */
/* ccccc */
/* */
/* */
/*************/
:EOF