Skip to content

Conversation

@jrfnl
Copy link
Member

@jrfnl jrfnl commented Dec 18, 2022

The Lists::getOpenClose() method only handled list open tokens, but accepted both open as well as close tokens. This meant that for list close tokens, the method would not bow out early, while it should have.

Fixed now. Includes some additional tests.

The `Lists::getOpenClose()` method only _handled_ list open tokens, but _accepted_ both open as well as close tokens.
This meant that for list close tokens, the method would not bow out early, while it should have.

Fixed now. Includes some additional tests.
@jrfnl jrfnl added this to the 1.0.0-RC1 milestone Dec 18, 2022
@jrfnl jrfnl merged commit ae30b42 into develop Dec 18, 2022
@jrfnl jrfnl deleted the lists/getopenclose-only-accept-openers branch December 18, 2022 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants