[O] Add more characters for ascii cat

This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-07-03 12:54:24 -04:00
parent 2e20d4e529
commit 143bfd2db7

View file

@ -16,18 +16,18 @@ except Exception:
TERM_LEN = 40
TEST_ASCII = r"""
|\___/|
) (
=\ /=
)===(
/ \
| |
/ {txt} \
\ /
_/\_ _/_/\_
| |( ( | |
| | ) ) | |
| |(_( | |""".strip('\n')
### |\___/| ###
### ) ( ###
## =\ /= ##
#### )===( ####
### / \ ###
### | | ###
## / {txt} \ ##
## \ / ##
_/\_\_ _/_/\_
|##| ( ( |##|
|##| ) ) |##|
|##| (_( |##|""".strip('\n')
TEST_ASCII_WIDTH = max(len(line) for line in TEST_ASCII.split('\n'))