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

one-or-more rule fix based on #397 #878

Merged
merged 2 commits into from
Jun 30, 2023
Merged

Commits on Jun 30, 2023

  1. one-or-more rule fix based on pest-parser#397

    the fix was feature-guarded with "grammar-extras" in order to keep
    the semver compatibility. plus a test was added.
    
    Closes pest-parser#396
    
    Co-authored-by: Emanuel Joebstl <emanuel.joebstl@gmail.com>
    tomtau and ejoebstl committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    5f7e5f1 View commit details
    Browse the repository at this point in the history
  2. fix no_std oneormore test

    tomtau committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    1f2b956 View commit details
    Browse the repository at this point in the history