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

Fix ref key #97

Merged
merged 2 commits into from
Apr 19, 2023
Merged

Fix ref key #97

merged 2 commits into from
Apr 19, 2023

Conversation

pszulczewski
Copy link
Collaborator

This PR fixes the ref_key to pin it to the exact key, as mentioned in #92 conversation.

splitted_jmespath = splitted_jmespath[: number + 1]
splitted_jmespath = splitted_jmespath[:number]
Copy link
Collaborator Author

@pszulczewski pszulczewski Apr 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here is the change to fix it.
Other changes are just $$ moved right and tests have been reordered to follow the pattern:
-> define test cases params
-> wrap above test cases into a list
-> test function for the wrapped list with test cases.
plus one additional test case keyref_parser_case_5

@jeffkala
Copy link
Collaborator

looks good

@pszulczewski pszulczewski merged commit e8280c7 into develop Apr 19, 2023
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

Successfully merging this pull request may close these issues.

2 participants