Update for main branch rename (#9)
* Update for main branch rename
* Update src/parseTestRecord.py
Co-authored-by: Leo Balter <leonardo.balter@gmail.com>
Co-authored-by: Leo Balter <leonardo.balter@gmail.com>
diff --git a/src/parseTestRecord.py b/src/parseTestRecord.py
index 247d991..1c2aba8 100644
--- a/src/parseTestRecord.py
+++ b/src/parseTestRecord.py
@@ -35,7 +35,7 @@
r'// Use of this source code is governed by a BSD-style license that can be[\r\n]{1,2}' +
r'// found in the LICENSE file\.' +
r'|' +
- r'// See LICENSE or https://github\.com/tc39/test262/blob/master/LICENSE' +
+ r'// See LICENSE or https://github\.com/tc39/test262/blob/(master|HEAD)/LICENSE' +
r')' + _BLANK_LINES, re.IGNORECASE)
def yamlAttrParser(testRecord, attrs, name, onerror = print):