1
0
mirror of https://github.com/ascii-boxes/boxes.git synced 2025-03-03 16:51:46 +01:00
boxes/test/054_size_vs_padding_1.txt

15 lines
185 B
Plaintext
Raw Normal View History

2014-09-28 22:34:26 +02:00
Size takes precedence over padding, left padding is killed first
:ARGS
-s 10x5
:INPUT
aaa
bbbb
ccccc
:OUTPUT-FILTER
2014-09-28 22:34:26 +02:00
:EXPECTED
/********/
/*aaa */
/*bbbb */
/*ccccc */
/********/
:EOF