exercism / common-lisp

Exercism exercises in Common Lisp.
https://exercism.org/tracks/common-lisp
MIT License
82 stars 77 forks source link

allergies-test: Add a test for case-insensitivity #81

Closed wobh closed 8 years ago

wobh commented 8 years ago

Per discussion in http://exercism.io/submissions/c9f240b76eb248d9aeec1fd416ea51be we think adding a case-sensitivity test is a good idea.

The test should fail if allergic-to-p returns nil for score and corresponding allergens that are lowercase, mixed-case (including title-cased), or uppercase. Examples that should be true:

verdammelt commented 8 years ago

+1.

If we had a 'low hanging fruit' tag I'd tag this with it.

kytrinyx commented 8 years ago

I made a low-hanging-fruit tag :)

verdammelt commented 8 years ago

@kytrinyx LOL - I love how you lurk everywhere on these projects and just pop in and do little things like this!