From 57df165f1c0a5ee6ea455f821c73bff4154b49ef Mon Sep 17 00:00:00 2001 From: nprimo Date: Thu, 29 Feb 2024 10:30:13 +0000 Subject: [PATCH] feat(ascii-art-color): update expected outputs - fix some small grammar mistakes --- subjects/ascii-art/output/audit/README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/subjects/ascii-art/output/audit/README.md b/subjects/ascii-art/output/audit/README.md index cd9675f0d..f60b9c0d9 100644 --- a/subjects/ascii-art/output/audit/README.md +++ b/subjects/ascii-art/output/audit/README.md @@ -34,7 +34,7 @@ _|_|_|_|_| _| $ _| _|_|_| _|_|_| _|_| $ $ $ -$ +student$ ``` ###### Does it save the right output in the right file? @@ -51,7 +51,7 @@ student$ cat -e test01.txt |_| |_| \___| |_| |_| \___/ $ $ $ -$ +student$ ``` ###### Does it save the right output in the right file? @@ -68,7 +68,7 @@ student$ cat -e test02.txt |_| |_____| |____/ /_/ |_||_| |_| /_/ (_) $ $ $ -$ +student$ ``` ###### Does it save the right output in the right file? @@ -85,7 +85,7 @@ _|_|_|_| _|_| _| _|_|_|_|_| _| _| _| _|_| _ _| _|_|_| _|_|_|_| _| _| _| _|_|_| _| _|_| _|_| _| _| _|_|_|_| $ _| _| $ _|_|_|_|_|_| $ -$ +student$ ``` ###### Does it save the right output in the right file? @@ -102,7 +102,7 @@ _|_|_|_|_| _| $ _| _| _| _|_|_| _| _|_|_| $ $ $ -$ +student$ ``` ###### Does it save the right output in the right file? @@ -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? @@ -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? @@ -153,7 +153,7 @@ student$ cat -e test07.txt |_| \___| |___/ \__| |_| |_| |_| \__, | |_| \___/ |_| |_| \__, | \___/ \__,_| \__| | .__/ \__,_| \__| (_) $ __/ | __/ | | | $ |___/ |___/ |_| $ -$ +student$ ``` ###### Does it save the right output in the right file? @@ -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?