-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Test Fails for restaurant #22
Comments
I found the problem, any case of name who contains a special character (, . ' ` ; ö etc) will fails, can I remove these characters im my PR #21 or open a other? |
I just have changed the de regex for add the characters and open a new PR Before: r"^([\w\s'-])+$" |
This was referenced Mar 18, 2020
Merged
@drager hey, can you review that? :D |
@igorgoncalves Will do, sorry for the late response! |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
When I run the test/runner.dart, a test fails for restaurant names. Maybe the regex is not working correctly for 'Applebee’s International, Inc.' case.
Tests Log:
The text was updated successfully, but these errors were encountered: