mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-12 18:01:14 +01:00
d952bd6eea
This means we have some XDG support on Windows, too, although some global locations like /etc/xdg are unlikely to exist.
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
|