Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix single item shorthand list parsing bug #830

Merged
merged 2 commits into from
Jun 30, 2014

Commits on Jun 30, 2014

  1. Fix single item shorthand list parsing bug

    This fixes a bug where shorthand lists made with `[` and `]` containing only
    a single item would not be parsed correctly. The `_eat_items` utility function
    did not take into account the fact that the list end character could be in the
    first item. I've added a conditional to check for this case and not call
    the `_eat_items` method, because the current behavior is expected for some
    inputs that use `_eat_items`.
    danielgtaylor committed Jun 30, 2014
    Configuration menu
    Copy the full SHA
    be0dd80 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    danielgtaylor committed Jun 30, 2014
    Configuration menu
    Copy the full SHA
    db9538b View commit details
    Browse the repository at this point in the history