From 4a9b9291765829cd59f794c0fafb362f33a1bfd3 Mon Sep 17 00:00:00 2001 From: Tiago Collot Date: Wed, 7 Sep 2022 12:31:14 +0100 Subject: [PATCH] fix(go-reloaded audit): change part of header 6 to code block to render correctly --- subjects/go-reloaded/audit/README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/subjects/go-reloaded/audit/README.md b/subjects/go-reloaded/audit/README.md index d748a2d7f..e8b1b0507 100644 --- a/subjects/go-reloaded/audit/README.md +++ b/subjects/go-reloaded/audit/README.md @@ -4,16 +4,24 @@ ##### In a file called `sample.txt`, place the following text (without the double quotes): "If I make you BREAKFAST IN BED (low, 3) just say thank you instead of: how (cap) did you get in my house (up, 2) ?". Now run the student program with the arguments: `sample.txt result.txt`. -###### Is the text present in `result.txt` equal to: "If I make you breakfast in bed just say thank you instead of: How did you get in MY HOUSE?" +`If I make you breakfast in bed just say thank you instead of: How did you get in MY HOUSE?` + +###### Is the text present in `result.txt` equal to the above? ##### In a file called `sample.txt` place the following text (without the double quotes): "I have to pack 101 (bin) outfits. Packed 1a (hex) just to be sure". Now run the student program with the arguments: `sample.txt result.txt`. -###### Is the text present in `result.txt` equal to: "I have to pack 5 outfits. Packed 26 just to be sure"? +`I have to pack 5 outfits. Packed 26 just to be sure` + +###### Is the text present in `result.txt` equal to the above? ##### In a file called `sample.txt` place the following text (without the double quotes): "Don not be sad ,because sad backwards is das . And das not good". Now run the student program with the arguments: `sample.txt result.txt`. -###### Is the text present in `result.txt` equal to: "Don not be sad, because sad backwards is das. And das not good" +`Don not be sad, because sad backwards is das. And das not good` + +###### Is the text present in `result.txt` equal to the above? ##### In a file called `sample.txt` place the following text (without the double quotes): "harold wilson (cap, 2) : ' I am a optimist ,but a optimist who carries a raincoat . '". Now run the student program with the arguments: `sample.txt result.txt`. -###### Is the text present in `result.txt` equal to: "Harold Wilson: 'I am an optimist, but an optimist who carries a raincoat.'" +`Harold Wilson: 'I am an optimist, but an optimist who carries a raincoat.'` + +###### Is the text present in `result.txt` equal to the above?