-
Notifications
You must be signed in to change notification settings - Fork 385
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
Added regexp support for response codes #769
Conversation
Nice! Can you please add a test? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rebase.
The second commit message mentions style fixes and DTD update, but looks like you forgot to stage them? |
Great, just fix the test author name and squash the commits and we're good to go. |
Now the regexp_match attribute should also work for response codes. Example: <recv response="^18" regexp_match="true" optional="true">
Commits squashed. Hopefully all is OK, this is my first attempt to contribute to a project on GH, so it takes some googling and learning. |
You lost the merged changes on squash. I fixed it for you. |
Thank you! |
Now the regexp_match attribute should also work for response codes. Example:
<recv response="^18" regexp_match="true" optional="true">