exercism / racket

Exercism exercises in Racket.

Home Page:https://exercism.org/tracks/racket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grep tests don't include flags

tautologico opened this issue · comments

The tests for the grep exercise don't require the grep function to accept flags, and don't test for them, so it's not adequately testing the spec.

Would changing the tests cause any problem for already submitted programs? (I don't think so, but just checking). I can send a PR for this.

I don't think so either. Please do!