mirror of
https://github.com/tc39/test262.git
synced 2025-07-22 21:45:04 +02:00
fixup! Rename usage of master to main
This commit is contained in:
parent
2e127ec40e
commit
0277ed4260
@ -15,7 +15,7 @@ _LICENSE_PATTERN = re.compile(
|
|||||||
r'// Use of this source code is governed by a BSD-style license that can be[\r\n]{1,2}' +
|
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'// found in the LICENSE file\.' +
|
||||||
r'|' +
|
r'|' +
|
||||||
r'// See LICENSE or https://github\.com/tc39/test262/blob/main/LICENSE' +
|
r'// See LICENSE or https://github\.com/tc39/test262/blob/HEAD/LICENSE' +
|
||||||
r')', re.IGNORECASE)
|
r')', re.IGNORECASE)
|
||||||
|
|
||||||
class CheckLicense(Check):
|
class CheckLicense(Check):
|
||||||
|
@ -26,7 +26,7 @@ _LICENSE_PATTERN = re.compile(
|
|||||||
r'// Use of this source code is governed by a BSD-style license that can be[\r\n]{1,2}' +
|
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'// found in the LICENSE file\.' +
|
||||||
r'|' +
|
r'|' +
|
||||||
r'// See LICENSE or https://github\.com/tc39/test262/blob/main/LICENSE' +
|
r'// See LICENSE or https://github\.com/tc39/test262/blob/HEAD/LICENSE' +
|
||||||
r')[\r\n]{1,2}' + _BLANK_LINES, re.IGNORECASE)
|
r')[\r\n]{1,2}' + _BLANK_LINES, re.IGNORECASE)
|
||||||
|
|
||||||
yamlLoad = None
|
yamlLoad = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user