Skip to content

Commit

Permalink
feat(ascii-art-color): update expected outputs
Browse files Browse the repository at this point in the history
- fix some small grammar mistakes
  • Loading branch information
nprimo committed Feb 29, 2024
1 parent e7966ae commit 57df165
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions subjects/ascii-art/output/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ _|_|_|_|_| _| $
_| _|_|_| _|_|_| _|_| $
$
$
$
student$
```

###### Does it save the right output in the right file?
Expand All @@ -51,7 +51,7 @@ student$ cat -e test01.txt
|_| |_| \___| |_| |_| \___/ $
$
$
$
student$
```

###### Does it save the right output in the right file?
Expand All @@ -68,7 +68,7 @@ student$ cat -e test02.txt
|_| |_____| |____/ /_/ |_||_| |_| /_/ (_) $
$
$
$
student$
```

###### Does it save the right output in the right file?
Expand All @@ -85,7 +85,7 @@ _|_|_|_| _|_| _| _|_|_|_|_| _| _| _| _|_| _
_| _|_|_| _|_|_|_| _| _| _| _|_|_| _| _|_| _|_| _| _| _|_|_|_| $
_| _| $
_|_|_|_|_|_| $
$
student$
```

###### Does it save the right output in the right file?
Expand All @@ -102,7 +102,7 @@ _|_|_|_|_| _| $
_| _| _| _|_|_| _| _|_|_| $
$
$
$
student$
```

###### Does it save the right output in the right file?
Expand All @@ -119,7 +119,7 @@ o | / oo O | | -O-O- / o O-o $
o-o-o o--o o-o o | | -O-O- O o- $
| | $
$
$
student$
```

###### Does it save the right output in the right file?
Expand All @@ -136,7 +136,7 @@ o o $
o--o o--O o-o o--o $
| $
o--o $
$
student$
```

###### Does it save the right output in the right file?
Expand All @@ -153,7 +153,7 @@ student$ cat -e test07.txt
|_| \___| |___/ \__| |_| |_| |_| \__, | |_| \___/ |_| |_| \__, | \___/ \__,_| \__| | .__/ \__,_| \__| (_) $
__/ | __/ | | | $
|___/ |___/ |_| $
$
student$
```

###### Does it save the right output in the right file?
Expand All @@ -180,9 +180,9 @@ $

#### Basic

###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)?
###### +Does the project run quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)?

###### +Is the output of the program well structured? Are the characters are correctly in line?
###### +Is the output of the program well-structured? Are the characters are correctly in line?

###### +Is there a test file for this code?

Expand Down

0 comments on commit 57df165

Please sign in to comment.