Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[exercises/bob] Mention linebreak handling #285

Merged
merged 2 commits into from
Oct 28, 2024

Conversation

oleks
Copy link
Contributor

@oleks oleks commented Oct 28, 2024

Follow-up on #284

Co-authored-by: Glenn Jackman <[email protected]>
@IsaacG
Copy link
Member

IsaacG commented Oct 28, 2024

@glennj Do we need to call this out or should we let the tests guide the requirements?

@oleks If the input has multiple lines, why would Bob only respond once? Which line would Bob respond to? Is the solution incorrect if Bob responds to each line? It might be better to not add limitations which aren't needed and instead just call out that the tests will only have one line.

@glennj glennj merged commit 36f6951 into exercism:main Oct 28, 2024
2 checks passed
@glennj
Copy link
Contributor

glennj commented Oct 28, 2024

Sorry Isaac, I merged before I saw your comment. Some of the tests do have newlines that are intended to be treated as generic whitespace. So yes, the input may contain multiple lines, and a single response is expected.

IsaacG added a commit to IsaacG/fork-exercism-awk that referenced this pull request Oct 28, 2024
glennj pushed a commit that referenced this pull request Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants