- From: Philippe Le Hegaret <web-platform-tests-notifications@w3.org>
- Date: Fri, 09 May 2014 17:36:59 GMT
- To: public-web-platform-tests-notifications@w3.org
re.match() checks for a match only at the beginning of the string, so now using re.search. Removed \n from re to avoid counting empty lines Removed \r from re since cr_regexp takes care of it View on GitHub: https://github.com/w3c/web-platform-tests/pull/978
Received on Friday, 9 May 2014 17:37:06 UTC