From 591fbca43f7e6079577f1473928ad82ead93bc32 Mon Sep 17 00:00:00 2001 From: OGordoo Date: Wed, 20 Oct 2021 12:28:20 +0100 Subject: [PATCH] go-reloaded quotes problem --- subjects/go-reloaded/audit/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/go-reloaded/audit/README.md b/subjects/go-reloaded/audit/README.md index 2a9ecf12..3283a1f2 100644 --- a/subjects/go-reloaded/audit/README.md +++ b/subjects/go-reloaded/audit/README.md @@ -14,6 +14,6 @@ ###### Is the text present in `result.txt` equal to: "Don't be sad, because sad backwards is das. And das not good" -##### In a file called `sample.txt` place the following text (without the double quotes): "harold wilson (cap, 2) : ' I’m a optimist ,but a optimist who carries a raincoat . '". Now run the student program with the arguments: `sample.txt result.txt`. +##### 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’m an optimist, but an optimist who carries a raincoat.'" +###### Is the text present in `result.txt` equal to: "Harold Wilson: 'I am an optimist, but an optimist who carries a raincoat.'"