From 7c304d8b309b3ff3531f9fef548a22dbf6dcb437 Mon Sep 17 00:00:00 2001 From: estlop Date: Mon, 27 Jun 2022 11:43:49 +0100 Subject: [PATCH] docs: Update audit file to include example with contiguous new line characters --- subjects/ascii-art/audit/README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/subjects/ascii-art/audit/README.md b/subjects/ascii-art/audit/README.md index 5560c3ac..0302c1bd 100644 --- a/subjects/ascii-art/audit/README.md +++ b/subjects/ascii-art/audit/README.md @@ -84,7 +84,28 @@ ``` ###### Does it display the right graphical representation in ASCII as above? +##### Try passing `"Hello\n\nThere"` as an argument. +``` + _ _ _ _ $ +| | | | | | | | $ +| |__| | ___ | | | | ___ $ +| __ | / _ \ | | | | / _ \ $ +| | | | | __/ | | | | | (_) | $ +|_| |_| \___| |_| |_| \___/ $ + $ + $ +$ + _______ _ $ +|__ __| | | $ + | | | |__ ___ _ __ ___ $ + | | | _ \ / _ \ | '__| / _ \ $ + | | | | | | | __/ | | | __/ $ + |_| |_| |_| \___| |_| \___| $ + $ + $ +``` +###### Does it display the right graphical representation in ASCII as above? ##### Try passing `"{Hello & There #}"` as an argument. ```