Browse Source

feat(ascii-art-color): fix audit requests

- change arguments to test for two requests
- minor format change
pull/2048/head
nprimo 2 years ago committed by Niccolò Primo
parent
commit
64e298a33f
  1. 4
      subjects/ascii-art/color/audit.md

4
subjects/ascii-art/color/audit.md

@ -36,11 +36,11 @@ EX: go run . --color=<color> <letters to be colored> "something"
###### Does it display the expected result (the corresponding set of letters with that color)?
##### Try passing as arguments `--color=orange "HeY GuYs"`, in order to color `GuYs`.
##### Try passing as arguments `--color=orange GuYs "HeY GuYs"`, in order to color `GuYs`.
###### Does it display the expected result?
##### Try passing as arguments `--color=blue 'RGB()'`, in order to color just the `B`.
##### Try passing as arguments `--color=blue B 'RGB()'`, in order to color just the `B`.
###### Does it display the expected result?

Loading…
Cancel
Save