| Author | Dave Jarvis <email> |
|---|---|
| Date | 2021-07-02 23:29:43 GMT-0700 |
| Commit | 5c0f0c4ac8953f21f015c2b787b907b1bfa18a65 |
| Parent | 567c588 |
| // Allow subclasses to skip character sequences. This allows XML tags | ||
| // to be skipped. | ||
| - if( skip( i ) ) { | ||
| + while( skip( i ) ) { | ||
| began = i.getIndex(); | ||
| } |
| Delta | 1 line added, 1 line removed |
|---|