This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First pass at escaping whitespace in attribute values using a simple …
…placeholder. While this _technically_ works (and makes the tests pass), this approach ends up running multiple regular expressions and string replacements, plus would cause "{--WHITESPACE--}" to become a protected value. A better approach would likely be a set of lookarounds within the preg_split() call, but my regex-fu is failing me today.
- Loading branch information