Skip to content

Commit

Permalink
README: remove msg
Browse files Browse the repository at this point in the history
This isn't used anymore. Grep for `msg` and the only instance seen is
rail-fence-cipher, and it's used as an input in that case,o

Evidence of our past intent to remove the `msg` key:

* #163
* [2dee540][cmt1]
* [1483fe9][cmt2]

[cmt1]: 2dee540
[cmt2]: 1483fe9
  • Loading branch information
petertseng committed Feb 16, 2017
1 parent 1f238c4 commit 9afe4c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ Each test case has the the following keys:
- if an error is expected (because the input is invalid, or any other reason), the value at `"expected"` should be an object containing exactly one property, `"error"`, whose value is a string.
- The string should explain why the error would occur.
- A particular track's implementation of the exercise **need not** necessarily check that the error includes that exact string as the cause, depending on what is idiomatic in the language (it may not be idiomatic to check strings for error messages).
- msg: a nice message for the failing case

## Automated Tests

Expand Down

0 comments on commit 9afe4c1

Please sign in to comment.