Test iteration of DynLexPad
completed by: rfw
mentors: whiteknight
Task Description: Parrot Ticket #1028 requests the ability of the DynLexPad PMC type to be iterable. A prototype for this functionality was added in the dynlexpad_get_iter branch, but has not been tested. Test this new functionality, fixing it if broken, and write at least one unit test to prove that it works as expected.
Steps to Complete:
- Create a fork of parrot/parrot on github
- checkout the dynlexpad_get_iter branch
- Examine the branch commits to see what new features it adds, or claims to add
- Test the new behaviors, writing a unit test or several tests to verify that it works as adverised
- if it does not work, fix it.
- Update the ticket with your status and request the branch be merged.