Skip to content

sublist: Warn about comparing values #319

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

Merged
merged 1 commit into from
Aug 30, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion sublist.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
"Depending on your language, there may need to be some translation",
"to go from the JSON array to the list representation.",
"The expectation can be used to generate an expected value",
"based on your implementation (such as a constant 'EQUAL', 'SUBLIST', etc.)."
"based on your implementation (such as a constant 'EQUAL', 'SUBLIST', etc.).",
"",
"If appropriate for your track, you'll need to ensure that no pair of expected values are equal.",
"Otherwise, an implementation that always returns a constant value may falsely pass the tests.",
"See https://github.com/exercism/xpython/issues/342"
],
"cases": [{
"description": "empty lists",
Expand Down