Fixed
The Parser now also trims hidden whitespace characters that aren't covered by PHP's trim() function by default. Such characters at the beginning of a line can cause parsing to fail, because it's important that user-agent and rule lines actually start with the corresponding keywords.