Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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".
- Loading branch information