Skip to content

Conversation

@Shea690901
Copy link

after checking
pat[i] == '[' // from switch
it follows with
j = i;
that
pat[j] == '['

after checking
    pat[i] == '['   // from switch
it follows with
    j = i;
that
    pat[j] == '['
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant