mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-12 09:51:10 +01:00
16 lines
314 B
Plaintext
16 lines
314 B
Plaintext
|
:DESC
|
||
|
Tests that the config file is found by looking in $HOME/.config/boxes.
|
||
|
Also tests a shape length problem, where the least common multiple must be found (here: 3 x 5 = 15).
|
||
|
|
||
|
:ENV
|
||
|
export HOME="`pwd`/123_data"
|
||
|
:ARGS
|
||
|
:INPUT
|
||
|
foo
|
||
|
:OUTPUT-FILTER
|
||
|
:EXPECTED
|
||
|
#123123123123123#
|
||
|
#foo #
|
||
|
#123451234512345#
|
||
|
:EOF
|