Skip to content

Commit

Permalink
docs: update the audit file to be aligned with the change applied in …
Browse files Browse the repository at this point in the history
…the subject
  • Loading branch information
amin authored and zanninso committed Jun 6, 2024
1 parent 97ea8ca commit 66dbcc2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions subjects/ascii-art/color/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
```
Usage: go run . [OPTION] [STRING]
EX: go run . --color=<color> <letters to be colored> "something"
EX: go run . --color=<color> <substring to be colored> "something"
```

###### Does it display the same result as above?
Expand All @@ -24,17 +24,17 @@ EX: go run . --color=<color> <letters to be colored> "something"

###### Does it display the expected result?

##### Try specifying a set of letters to be colored (the second until the last letter).
##### Try specifying a substring to be colored (the second until the last letter).

###### Does it display the expected result (the corresponding set of letters with that color)?
###### Does it display the expected result (the corresponding substring with that color)?

##### Try specifying letter to be colored (the second letter).

###### Does it display the expected result (the corresponding letter with that color)?

##### Try specifying a set of letters to be colored (just two letters).
##### Try specifying a substring to be colored (just two letters).

###### Does it display the expected result (the corresponding set of letters with that color)?
###### Does it display the expected result (the corresponding substring with that color)?

##### Try passing as arguments `--color=orange GuYs "HeY GuYs"`, in order to color `GuYs`.

Expand All @@ -56,7 +56,7 @@ EX: go run . --color=<color> <letters to be colored> "something"

###### Does it display the expected result?

##### Try passing as arguments a random string with lower case letters, upper case letters, spaces and numbers with a random color in the color flag ("--color="), specifying a set of letters to be colored.
##### Try passing as arguments a random string with lower case letters, upper case letters, spaces and numbers with a random color in the color flag ("--color="), specifying a substring to be colored .

###### Does it display the expected result?

Expand Down

0 comments on commit 66dbcc2

Please sign in to comment.