From 92533912f944474763cc95119f4c2e671970d076 Mon Sep 17 00:00:00 2001 From: Oleks Date: Mon, 28 Oct 2024 12:41:57 +0100 Subject: [PATCH 1/2] bob-exercise: Mention linebreak handling --- exercises/practice/bob/.docs/instructions.append.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 exercises/practice/bob/.docs/instructions.append.md diff --git a/exercises/practice/bob/.docs/instructions.append.md b/exercises/practice/bob/.docs/instructions.append.md new file mode 100644 index 0000000..f890e49 --- /dev/null +++ b/exercises/practice/bob/.docs/instructions.append.md @@ -0,0 +1 @@ +Bob always responds with a single sentence, regardless of the number of lines in the input. From abfe8c6cb07f669d20255fab7cc02a9fd9ab4769 Mon Sep 17 00:00:00 2001 From: Oleks Date: Mon, 28 Oct 2024 13:53:57 +0100 Subject: [PATCH 2/2] Add mandatory (ignored) header Co-authored-by: Glenn Jackman --- exercises/practice/bob/.docs/instructions.append.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exercises/practice/bob/.docs/instructions.append.md b/exercises/practice/bob/.docs/instructions.append.md index f890e49..62c8665 100644 --- a/exercises/practice/bob/.docs/instructions.append.md +++ b/exercises/practice/bob/.docs/instructions.append.md @@ -1 +1,3 @@ +# ignore + Bob always responds with a single sentence, regardless of the number of lines in the input.