mirror of https://github.com/tc39/test262.git
Remove trailing spaces from YAML blocks (#2201)
This commit is contained in:
parent
084e45966f
commit
df1a1c75b7
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 Caitlin Potter. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
/*---
|
||||
description: >
|
||||
ECMAScript Function objects defined using syntactic constructors
|
||||
in strict mode code do not have own properties "caller" or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 Caitlin Potter. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
/*---
|
||||
description: >
|
||||
Functions created using Function.prototype.bind() do not have own
|
||||
properties "caller" or "arguments", but inherit them from
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 Caitlin Potter. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
/*---
|
||||
description: Intrinsic %FunctionPrototype% has poisoned own property "arguments"
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 Caitlin Potter. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
/*---
|
||||
description: Intrinsic %FunctionPrototype% has poisoned own property "caller"
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 Caitlin Potter. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
/*---
|
||||
description: >
|
||||
Functions created using ArrowFunction syntactic form do not have
|
||||
own properties "caller" or "arguments", but inherit them from
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 Caitlin Potter. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
/*---
|
||||
description: >
|
||||
Functions created using Function.prototype.bind() do not have own
|
||||
properties "caller" or "arguments", but inherit them from
|
||||
|
|
Loading…
Reference in New Issue