mirror of
https://git.2ki.xyz/spiders/kijetesantakaluotokieni.git
synced 2024-11-10 04:00:26 +01:00
test change, removed extraneous space
This commit is contained in:
parent
1625625fb7
commit
43701d5bdf
2 changed files with 2 additions and 2 deletions
|
@ -160,7 +160,7 @@ impl BubbleConfig {
|
||||||
" ",
|
" ",
|
||||||
);
|
);
|
||||||
let bubble_bottom = manipulate::pad_left(
|
let bubble_bottom = manipulate::pad_left(
|
||||||
&format!(" {} ", self.bottom.repeat(longest_length + 2),),
|
&format!(" {} ", self.bottom.repeat(longest_length + 2),),
|
||||||
left_pad_length,
|
left_pad_length,
|
||||||
" ",
|
" ",
|
||||||
);
|
);
|
||||||
|
|
2
test
2
test
|
@ -19,7 +19,7 @@ echo | ./target/debug/kijetesantakaluotokieni
|
||||||
|
|
||||||
echo mu | ./target/debug/kijetesantakaluotokieni --nimi soweli
|
echo mu | ./target/debug/kijetesantakaluotokieni --nimi soweli
|
||||||
|
|
||||||
echo 1234567890123 | ./target/debug/kijetesantakaluotokieni --lape
|
echo mi wile e supa lape | ./target/debug/kijetesantakaluotokieni --lape
|
||||||
echo 12345678901234 | ./target/debug/kijetesantakaluotokieni
|
echo 12345678901234 | ./target/debug/kijetesantakaluotokieni
|
||||||
echo Pingo pi n\'t go li sitelen | ./target/debug/kijetesantakaluotokieni --pilin --kule unu --kule suli --nimi lili
|
echo Pingo pi n\'t go li sitelen | ./target/debug/kijetesantakaluotokieni --pilin --kule unu --kule suli --nimi lili
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue