- From: Michael[tm] Smith <web-platform-tests-notifications@w3.org>
- Date: Sat, 13 Aug 2016 06:16:43 GMT
- To: public-web-platform-tests-notifications@w3.org
This has a conflict in `annotation-model/tools/make_tests.py` that needs to be resolved: ``` <<<<<<< 4b40dcd67fa54129251849024211bfc520cc7797 template = open(TEMPLATE, "r").read() ======= manualTemplate = open(MANUAL_TEMPLATE).read() autoTemplate = open(JS_TEMPLATE).read() >>>>>>> Support for automated JSON tests ``` View on GitHub: https://github.com/w3c/web-platform-tests/pull/3356#issuecomment-239605033
Received on Saturday, 13 August 2016 06:16:50 UTC