[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 TERM_LEN = 40
TEST_ASCII = r""" TEST_ASCII = r"""
|\___/| ### |\___/| ###
) ( ### ) ( ###
=\ /= ## =\ /= ##
)===( #### )===( ####
/ \ ### / \ ###
| | ### | | ###
/ {txt} \ ## / {txt} \ ##
\ / ## \ / ##
_/\_ _/_/\_ _/\_\_ _/_/\_
| |( ( | | |##| ( ( |##|
| | ) ) | | |##| ) ) |##|
| |(_( | |""".strip('\n') |##| (_( |##|""".strip('\n')
TEST_ASCII_WIDTH = max(len(line) for line in TEST_ASCII.split('\n')) TEST_ASCII_WIDTH = max(len(line) for line in TEST_ASCII.split('\n'))