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

wordy 1.5.0: Test question What is? with no operands or operators #764

Merged
merged 1 commit into from
Nov 24, 2018
Merged

wordy 1.5.0: Test question What is? with no operands or operators #764

merged 1 commit into from
Nov 24, 2018

Conversation

petertseng
Copy link
Member

In keeping with 1.3.0, we want to test that this fails in an
expected way rather than an unexpected way.

Specifically for Rust, we want to make sure that this results in None
rather than accessing an out-of-bounds index due to always assuming that
the inputs will have at least three space-separated elements (of the
form "What is X...?").

exercism/problem-specifications#1401

In keeping with [1.3.0][], we want to test that this fails in an
expected way rather than an unexpected way.

[1.3.0]: exercism/problem-specifications#1383

Specifically for Rust, we want to make sure that this results in `None`
rather than accessing an out-of-bounds index due to always assuming that
the inputs will have at least three space-separated elements (of the
form "What is X...?").

exercism/problem-specifications#1401
@petertseng petertseng merged commit 8c766bb into exercism:master Nov 24, 2018
@petertseng petertseng deleted the wordy branch November 24, 2018 17:16
@petertseng petertseng added the sync/tests Keep a test suite/version in sync with exercism/problem-specifications label Aug 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sync/tests Keep a test suite/version in sync with exercism/problem-specifications
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants