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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix capture groups for "each" statements #3274

Merged
merged 2 commits into from Feb 28, 2021

Commits on Jul 3, 2020

  1. fix: capture groups for each statements

    improve capture group regex for `each` statements using a greedy match.
    
    fixes pugjs#3263
    error418 committed Jul 3, 2020
    Copy the full SHA
    fe4220f View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. test: add test cases for changes

    add test cases covering  pugjs#3275 and pugjs#3263
    error418 committed Jul 9, 2020
    Copy the full SHA
    b38f240 View commit details
    Browse the repository at this point in the history