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 loop's statements copy #131

Merged
merged 1 commit into from
Sep 18, 2017
Merged

Conversation

thc202
Copy link
Member

@thc202 thc202 commented Sep 18, 2017

Change ZestLoop to return the new list, when copying the statements, not
the same list that's being copied, also, return an empty list instead of
null when empty/null (does not require calling code to handle the null
case). As part of the change the new list was renamed to not clash with
the instance variable.
Add test to assert the expected behaviour.

Change ZestLoop to return the new list, when copying the statements, not
the same list that's being copied, also, return an empty list instead of
null when empty/null (does not require calling code to handle the null
case). As part of the change the new list was renamed to not clash with
the instance variable.
Add test to assert the expected behaviour.
@psiinon psiinon merged commit 78c8ce9 into zaproxy:develop Sep 18, 2017
@thc202 thc202 deleted the zest-loop-copy branch September 18, 2017 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants