mirror of
https://github.com/tc39/test262.git
synced 2025-06-19 13:30:28 +02:00
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.
|
// Copyright (C) 2015 Caitlin Potter. All rights reserved.
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: >
|
description: >
|
||||||
ECMAScript Function objects defined using syntactic constructors
|
ECMAScript Function objects defined using syntactic constructors
|
||||||
in strict mode code do not have own properties "caller" or
|
in strict mode code do not have own properties "caller" or
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// Copyright (C) 2015 Caitlin Potter. All rights reserved.
|
// Copyright (C) 2015 Caitlin Potter. All rights reserved.
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: >
|
description: >
|
||||||
Functions created using Function.prototype.bind() do not have own
|
Functions created using Function.prototype.bind() do not have own
|
||||||
properties "caller" or "arguments", but inherit them from
|
properties "caller" or "arguments", but inherit them from
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// Copyright (C) 2015 Caitlin Potter. All rights reserved.
|
// Copyright (C) 2015 Caitlin Potter. All rights reserved.
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Intrinsic %FunctionPrototype% has poisoned own property "arguments"
|
description: Intrinsic %FunctionPrototype% has poisoned own property "arguments"
|
||||||
includes:
|
includes:
|
||||||
- propertyHelper.js
|
- propertyHelper.js
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// Copyright (C) 2015 Caitlin Potter. All rights reserved.
|
// Copyright (C) 2015 Caitlin Potter. All rights reserved.
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Intrinsic %FunctionPrototype% has poisoned own property "caller"
|
description: Intrinsic %FunctionPrototype% has poisoned own property "caller"
|
||||||
includes:
|
includes:
|
||||||
- propertyHelper.js
|
- propertyHelper.js
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// Copyright (C) 2015 Caitlin Potter. All rights reserved.
|
// Copyright (C) 2015 Caitlin Potter. All rights reserved.
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: >
|
description: >
|
||||||
Functions created using ArrowFunction syntactic form do not have
|
Functions created using ArrowFunction syntactic form do not have
|
||||||
own properties "caller" or "arguments", but inherit them from
|
own properties "caller" or "arguments", but inherit them from
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// Copyright (C) 2015 Caitlin Potter. All rights reserved.
|
// Copyright (C) 2015 Caitlin Potter. All rights reserved.
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: >
|
description: >
|
||||||
Functions created using Function.prototype.bind() do not have own
|
Functions created using Function.prototype.bind() do not have own
|
||||||
properties "caller" or "arguments", but inherit them from
|
properties "caller" or "arguments", but inherit them from
|
||||||
|
Loading…
x
Reference in New Issue
Block a user