mirror of
https://github.com/basnijholt/compose-farm.git
synced 2026-08-01 10:50:33 +01:00
cli: Keep web banner roof continuous
This commit is contained in:
@@ -36,12 +36,12 @@ def _compose_farm_banner() -> Text:
|
||||
banner.append("[]", style=windows)
|
||||
banner.append(" ", style=structure)
|
||||
banner.append("[]", style=windows)
|
||||
banner.append(" \\\n", style=structure)
|
||||
banner.append(" /__________________\\\n", style=structure)
|
||||
banner.append(" | ", style=structure)
|
||||
banner.append(" \\\n", style=structure)
|
||||
banner.append(" /_________________\\\n", style=structure)
|
||||
banner.append(" | ", style=structure)
|
||||
banner.append("COMPOSE FARM", style="bold green")
|
||||
banner.append(" |\n", style=structure)
|
||||
banner.append(" |__________________|", style=structure)
|
||||
banner.append(" |_________________|", style=structure)
|
||||
return banner
|
||||
|
||||
|
||||
|
||||
@@ -19,10 +19,10 @@ def test_compose_farm_banner_is_aligned() -> None:
|
||||
" .-' _ '-.\n"
|
||||
" / |_| \\\n"
|
||||
" /-------------\\\n"
|
||||
" / [] [] [] \\\n"
|
||||
" /__________________\\\n"
|
||||
" | COMPOSE FARM |\n"
|
||||
" |__________________|"
|
||||
" / [] [] [] \\\n"
|
||||
" /_________________\\\n"
|
||||
" | COMPOSE FARM |\n"
|
||||
" |_________________|"
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user