-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
Fix Repeat expander in JSON Context #151
Conversation
Hey @JarJak looks good but could you please add test with example of repeat expander usage that wasn't working previously? |
@norzechowicz sure! Can you guide me how to test if an expander works fine with JsonMatcher? |
Maybe try from testing example that wasn't working for you in #150
This one should works now, right? |
@norzechowicz no, this is not a valid JSON. This one should work:
|
@JarJak I was more thining about adding those tests into this PR so it could actually prove that your fix works :P Could you merge those two? |
@norzechowicz they are merged... see changes in this PR |
right cool thanks! |
Fixes #150