Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a prop that's like for #61

Open
lvh opened this issue Jun 7, 2019 · 1 comment
Open

Create a prop that's like for #61

lvh opened this issue Jun 7, 2019 · 1 comment

Comments

@lvh
Copy link
Contributor

lvh commented Jun 7, 2019

I grabbed the title out of a TODO referencing this code in regexes-test:

(prop/for-all [[re s] (gen'/for [re-s (gen/elements generator-regression-cases)
                                   :let [re (re-pattern re-s)]
                                   s (regexes/gen-string-from-regex re)]
                          [re s])]
    (re-matches re s))

Figured it should be a ticket instead :)

@gfredericks
Copy link
Owner

yeah that sounds fine :)

lvh added a commit to lvh/test.chuck that referenced this issue Jun 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants