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

Unit test failed #8

Closed
lfrigolet opened this issue Jan 31, 2014 · 1 comment
Closed

Unit test failed #8

lfrigolet opened this issue Jan 31, 2014 · 1 comment

Comments

@lfrigolet
Copy link

I got a SLRE_NO_MATCH error in this test

ASSERT(slre_match("(ab|cd).*.(xx|yy)", "ab.yy", 5, NULL, 0) == 5);

In this match .* should expands to NULL, but it doesn't.

@cpq
Copy link
Member

cpq commented Feb 3, 2014

Thank you, looking at it.

@cpq cpq closed this as completed in 45658f8 Feb 8, 2014
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