- [x] 1 Method should be called `isogram?` - [x] 2 Asserts have no failure messages. - [x] 3 The first string tested `"duplicates"` is deceptive. (update to `"no duplicates"`) - [ ] 4 Whitespace/hypens not excluded by documentation. - [x] 5 Test cases contain non-ascii characters - [x] 6 Test cases should be named for the property they are testing. - [x] 7 Should we add a test that the argument string is not modified by the method? Some of these things will require updating the data in x-common. See also: https://github.com/exercism/x-common/issues/410
isogram?"duplicates"is deceptive. (update to"no duplicates")Some of these things will require updating the data in x-common.
See also: exercism/problem-specifications#410