[O] Add more characters for ascii cat
This commit is contained in:
parent
2e20d4e529
commit
143bfd2db7
1 changed files with 12 additions and 12 deletions
|
@ -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'))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue