Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When parsing condition expressions, if the type of an ast node is String (aka quoted string), don't trim whitespace from the value. This ensures that conditions that want to match exact strings e.g. command lines with leading/trailing spaces will work properly. This fixes #253.
- Loading branch information