Skip to content

Commit

Permalink
Use implementation-neutral language
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Apr 8, 2018
1 parent b4b0d58 commit 5fe5978
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,11 @@ file, either via a PR or a request to someone on IRC to add it.

#### Error Messages

In general, tests for the specific wording of error messages should go in Rakudo's
test suite, e.g., https://github.com/rakudo/rakudo/blob/master/t/05-messages/03-errors.t.
In general, tests for the specific wording of error messages should go into the
implementation's test suite and not become part of the specification.

- Rakudo implementation has specific directory in its suite for messages tests:
https://github.com/rakudo/rakudo/tree/master/t/05-messages

#### Exception types

Expand Down

0 comments on commit 5fe5978

Please sign in to comment.