Browse Source

Fix several inputs

content-update
anr-m 5 years ago committed by GitHub
parent
commit
c9ba2495b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      subjects/ascii-art/ascii-art-justify.audit.en.md

8
subjects/ascii-art/ascii-art-justify.audit.en.md

@ -15,10 +15,10 @@
##### Try passing as arguments `23/32 standard --align=right`
###### Does it displays the correct result at the right side?
##### Try passing as arguments `ABCabc123 thinkertoy--align=right`
##### Try passing as arguments `ABCabc123 thinkertoy --align=right`
###### Does it displays the correct result at the right side?
##### Try passing as arguments `!#$%&" thinkertoy --align=cente`
##### Try passing as arguments `'!#$%&"' thinkertoy --align=center`
###### Does it displays the correct result at the center?
##### Try passing as arguments `"23Hello World!" standard --align=left`
@ -30,10 +30,10 @@
##### Try passing as arguments `"a -> A b -> B c -> C" shadow --align=right`
###### Does it displays the correct result at the right side?
###### Try reducing the terminal window and run `abcd shadow --align=right`
##### Try reducing the terminal window and run `abcd shadow --align=right`
###### Does the representation adapt to the terminal size displaying the right result in the right side?
###### Try reducing the terminal window and run `ola standard --align=center`
##### Try reducing the terminal window and run `ola standard --align=center`
###### Does the representation adapt to the terminal size displaying the right result in the right side?
#### Basic

Loading…
Cancel
Save