[GJC-21] Get is not working when inside a loop. Very bizarre behaviour. It gets the next one. | |
| Status: | Closed |
| Project: | Genjava |
| Component/s: | gj-scrape |
| Affects Version/s: | scrape-2.0 |
| Fix Version/s: | scrape-2.0.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Henri Yandell | Assignee: | Henri Yandell |
| Resolution: | Fixed | ||
| Environment: | |||
| Description |
| Looping with move and calling get seems to return the next tag, not the tag you wanted. |
| Comment by bayard [ Sun, 4 Jul 2004 22:16:25 -0700 (PDT) ] |
| Looks like a bug that slipped in during the rewrite to indexes. An idx++, meant when you moved to tag, you in fact went just passed the <. Unit test added, and fixed. |