-
Notifications
You must be signed in to change notification settings - Fork 5
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
"*" not valid for any if used as second match, and result confusion #12
Comments
@Portur thanks for logging the issue and the detailed investigation that you took on. I'm going to do my best to take a look at the issue properly in the next few days. |
@DamonOehlman, did you find time to have a second look at this? 😄 |
@AnandChowdhary @Portur to be honest, I got completely distracted by other things (as you can probably tell). I've added myself a calendar note to take a look at this tonight. |
Hey folks - apologies again for the delay. I investigated the above (and added a couple of additional tests to cover the
Where Anyway, I have bumped the version of |
This is great, thank you! |
Im sure im doing this right.... but my tests result in the following
so, according to the doc
Summary
which is then where the confusion is. the first item is matched against the second, however the second being '*' will not match.
also
I understand the issue is more matching the first to the rest. Building this example also helped me clear it up but I just wanted to let you know my thoughts.
The first item needs to be a
string
array and the second astring
, however the second should be of typeArray
and the second string, but the second can't be*
. If I got that rightThe text was updated successfully, but these errors were encountered: