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 to address #3263 for "in" usage #3318

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 3, 2021

  1. Fix to address pugjs#3263 for "in" usage

    I was still hitting issue pugjs#3263 when using "in" instead of "of" (which caused other odd problems).  The regex was looking for * (0+) spaces instead of + (at least one) space.  Using + instead prevents the regex from catching "in ofxxxxx".
    thekevinhunt authored Mar 3, 2021
    Configuration menu
    Copy the full SHA
    d06dcc2 View commit details
    Browse the repository at this point in the history